aboutsummaryrefslogtreecommitdiff
path: root/src/compile.h
AgeCommit message (Expand)Author
2025-08-24Finally, split compile.c into compile/expressions.cBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-24Split CLI into its own fileBruce Hill
2025-08-24Shift some code around.Bruce Hill
2025-08-24More splitting out into separate files.Bruce Hill
2025-08-24Further split outBruce Hill
2025-08-24Split into more files: promotion, sets, tables, pointers, functions.Bruce Hill
2025-08-24Move more stuff into structs/enums filesBruce Hill
2025-08-24Split list compilation logic into its own file.Bruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
2025-05-17Add --version flag for executables and more documentation.Bruce Hill
2025-03-30Fix some relative import issues with compiled modulesBruce Hill
2025-03-21Move files into src/ and build into build/Bruce Hill