Skip to content

v0.1.0

Compare
Choose a tag to compare
@mrLSD mrLSD released this 10 Sep 12:54
· 124 commits to master since this release

Release v0.1.0

Changed basic semantic analyzer concepts to Semantic Stack and Semantic Stack Context as Block State trees. It means semantic results (context) depend only on concrete Semantic blocks, basic of it is function as root Semantic and Semantic State entity. Removed Codegen as a flat result of Semantic analyses.

  • #1 - State Stack context and Codegen refactoring (@mrLSD)