Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-18 | set modules folder to modules path | bd | |
2025-01-18 | use a scheme procedures+eval to manage and transform AST | bd | |
Removes records for a more-managable scheme-syntax approach. Modules+overriding allows for the IR itself to be represented and evaluated as scheme code during each transformation. | |||
2025-01-18 | Remove unused files | bd | |
2024-12-31 | bump version number | bd | |
2024-12-31 | Add (and test) sub, add, inc/decrement, and bit-complement to lexer | bd | |
2024-12-30 | fix whitespace in lexer | bd | |
2024-11-05 | Add parser and ast generation for trivial programs | bd | |
2024-11-04 | Add keywords to lexer | bd | |
2024-11-04 | Basic lexer with unit tests | bd | |
2024-11-04 | Add modules, open port for reading | bd | |