summaryrefslogtreecommitdiff
path: root/test.lang
AgeCommit message (Expand)Author
2025-08-04add projection nodes, fix peephole optimizationWormHeamer
2025-08-03add booleans and comparison operatorsWormHeamer
2025-08-03expand and clarify type system, fix double-free of nodesWormHeamer
2025-08-03add assignment statementsWormHeamer
2025-08-03factor out node stuff into ir.c & ir.hWormHeamer
2025-08-02better error reportingWormHeamer
2025-08-02preliminary let bindingsWormHeamer
2025-08-02some junkWormHeamer
2025-08-02bunch of stuff to make error messages look more like gcc lolWormHeamer
2025-08-02whole bunch of graph stuff, fixing up, basic arithmetic peepholes...WormHeamer
2025-08-01add commentsWormHeamer
2025-07-31initial commitWormHeamer