about summary refs log tree commit diff
path: root/pkg/lang
AgeCommit message (Collapse)Author
2022-05-18Handle errors gracefully in VMMel
2022-05-18Respect halt OPMel
2022-05-18VM commandMel
2022-05-18Fix type assertions for add and sub execMel
2022-05-18Start call stack with at least one frameMel
2022-05-18Create compiler for Lang bytecode assemblyMel
2022-05-17Lang VM PrototypeMel
2022-05-09Extract source walk part of scannerMel
2022-04-21Lang parser prototypeMel
2022-04-21Do not force generics for Expr and StmtMel
2022-04-20Basic AST for langMel
2022-04-20Add scanner emoji in strings testMel
2022-04-19Emit EOL tokens in scannerMel
2022-04-19Scanner tight number fixMel
2022-04-19More scanner tests and tight idents fixMel
2022-04-16Basic scanner for langMel