about summary refs log tree commit diff
path: root/pkg/lang/compiler/compiler_test.go
AgeCommit message (Expand)Author
2022-08-22Add flag to generate PCs markers when decompilingMel
2022-08-16Implement setting values at index in an arrayMel
2022-08-16Add drop after adding element to array literalMel
2022-08-16Ensure correct argument stack order in all casesMel
2022-08-11Actual modules and coreMel
2022-07-28Compile type declarations correctlyMel
2022-07-26Compile function environmentsMel
2022-07-26Store functions in locals and remove hoistingMel
2022-07-19Implement stack hygieneMel
2022-07-12Compile continue and break statementsMel
2022-07-11Reimplement argument countsMel
2022-07-11Function compilation and minor fixesMel
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