about summary refs log tree commit diff
path: root/pkg/lang/compiler
AgeCommit message (Expand)Author
2022-07-06Increment hidden i variable in ForIn codeMel
2022-07-06Implement ForIn statement compilationMel
2022-07-06Compile Array literalsMel
2022-07-05Compile ForCond statementsMel
2022-07-05Fix nested if block compilingMel
2022-07-03Compile If StmtsMel
2022-06-26Change arguments order in VM to match expectationMel
2022-06-20Compile rudimetary variablesMel
2022-06-14Make Compiler tests passMel
2022-06-12Create basic Expr compiler for LangMel
2022-06-02Create Lang compiler packageMel