summaryrefslogtreecommitdiff
path: root/src/gscc
AgeCommit message (Expand)Author
2025-01-28Rename gscc to 'ull'bd
2025-01-18set modules folder to modules pathbd
2025-01-18use a scheme procedures+eval to manage and transform ASTbd
2025-01-12Expansion of complex expressions into set of instructionsbd
2024-12-31bump version numberbd
2024-12-31Add (and test) sub, add, inc/decrement, and bit-complement to lexerbd
2024-12-30Implement assembly emission, allowing execution of trivial programsbd
2024-12-28Assembly generation for trivial programsbd
2024-11-05Add parser and ast generation for trivial programsbd
2024-11-04Add keywords to lexerbd
2024-11-04Basic lexer with unit testsbd
2024-11-04Add modules, open port for readingbd
2024-11-04initial compiler driverbd