summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-03shift operators, deduplicate integer constant nodesWormHeamer
2025-08-03add shift and comparison operatorsWormHeamer
2025-08-03add comparison operators, single-line commentsWormHeamer
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-02more peepholingWormHeamer
2025-08-02highly speculative peephole stuffWormHeamer
2025-08-02dot graph visualization when runningWormHeamer
2025-08-02whole bunch of graph stuff, fixing up, basic arithmetic peepholes...WormHeamer
2025-08-01begin working on graph IRWormHeamer
2025-08-01add commentsWormHeamer
2025-07-31initial commitWormHeamer