aboutsummaryrefslogtreecommitdiff
path: root/compile.h
AgeCommit message (Expand)Author
2024-09-18Remove dead codeBruce Hill
2024-09-17Overhaul of header logic so it now uses topological ordering andBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill
2024-07-23Fix for order of operations issues with enum and function typedef codeBruce Hill
2024-06-16Remove some dead code and support -l as a tomo flagBruce Hill
2024-06-13Do dynamic library symbol prefixing using 'patchelf'Bruce Hill
2024-06-06Split header compilation into a separate functionBruce Hill
2024-05-27Remove unused codeBruce Hill
2024-04-20Move arg parsing to inline logic in main() functionBruce Hill
2024-03-19Module importsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-17Preface symbols with file prefixBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-09First pass at lambdas/closuresBruce Hill
2024-03-06Fix namespace initializersBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Make load method be "use$name"Bruce Hill
2024-02-24Split struct code into a separate fileBruce Hill
2024-02-18Type compiling stuffBruce Hill
2024-02-18Split module code into header/c fileBruce Hill
2024-02-18Move file compilation into a separate fileBruce Hill
2024-02-17Various fixes, including for Null valuesBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-13Change compilation ordering by splitting into chunksBruce Hill
2024-02-11Changes to string parsingBruce Hill
2024-02-04Updates and functionalityBruce Hill
2024-02-04Initial commitBruce Hill