mbeckem / tiro

A simple scripting language.
MIT License
7 stars 0 forks source link

New ast + semantic analysis #4

Closed mbeckem closed 4 years ago

mbeckem commented 4 years ago

The AST module has been rewritten and is now being generated by cog. Information computed during semantic analysis (e.g. symbol table, expression types) are now separate from the AST. Unit tests pass and code examples still work.