package
0.0.0-20230827225450-169fbabbf91c
Repository: https://github.com/rect-lang/rect-go-compiler.git
Documentation: pkg.go.dev

# README

ReCT Symbols

This package contains all of ReCTs symbols. These are things like type-symbols function-symbols and variable-symbols.
They are used by the Binder to string the syntax tree together into a concrete program, making sure that variables and functions being called exist, and that datatypes match up.