Age | Commit message (Expand) | Author |
---|---|---|
2025-05-26 | [feature] only allow procedure declarations on top level | Flavian Kaufmann |
2025-05-25 | [bugfix] properly free interpreter context | Flavian Kaufmann |
2025-05-25 | [feature] add spaces for ASSIGN when printing AST | Flavian Kaufmann |
2025-05-25 | [feature] omit SEQ when printing AST | Flavian Kaufmann |
2025-05-25 | [cleanup] codebase cleanup | Flavian Kaufmann |
2025-05-23 | [cleanup] ast | Flavian Kaufmann |
2025-05-22 | [bugfix] repl set and print, only allow valid variable names | Flavian Kaufmann |
2025-05-22 | [bugfix] print ast, assign | Flavian Kaufmann |
2025-05-22 | support for comments | Flavian Kaufmann |
2025-05-22 | cleanup | Flavian Kaufmann |
2025-05-22 | print ast | Flavian Kaufmann |
2025-05-22 | print proc table | Flavian Kaufmann |
2025-05-22 | updated readme | Flavian Kaufmann |
2025-05-22 | refactored proccall | Flavian Kaufmann |
2025-05-22 | interpreter error propagation | Flavian Kaufmann |
2025-05-22 | hashmap iter inplace | Flavian Kaufmann |
2025-05-21 | procedures | Flavian Kaufmann |
2025-05-21 | syntactic sugar | Flavian Kaufmann |
2025-05-21 | fixed failed to free let node | Flavian Kaufmann |
2025-05-21 | syntax doc | Flavian Kaufmann |
2025-05-20 | repl | Flavian Kaufmann |
2025-05-20 | optionally omit parenthesis with sequential composition | Flavian Kaufmann |
2025-05-20 | local variables | Flavian Kaufmann |
2025-05-20 | hashmap for context | Flavian Kaufmann |
2025-05-20 | folder structure | Flavian Kaufmann |