aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
AgeCommit message (Expand)Author
2024-05-02Support space indentsBruce Hill
2024-05-01Fix up some path issues during compilation/running/installationBruce Hill
2024-04-21BugfixBruce Hill
2024-04-20Fix USE_COLORBruce Hill
2024-04-20Move arg parsing to inline logic in main() functionBruce Hill
2024-04-20Inline color fileBruce Hill
2024-04-16Remove (void)argc/vBruce Hill
2024-04-13Rudimentary stack tracesBruce Hill
2024-04-12Tweak command line arguments (add -e and --help)Bruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-03Hook things up so the compiler can run better without installingBruce Hill
2024-04-02Seed RNG on each runBruce Hill
2024-03-30Adding a REPLBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-26Restructure things so autoformat isn't make-or-breakBruce Hill
2024-03-24Print ASTs as XML instead of janky custom syntaxBruce Hill
2024-03-24Check .c and .h file for stalenessBruce Hill
2024-03-24Use $CC properly for runningBruce Hill
2024-03-24More flexible handling of command line arguments/environment variablesBruce Hill
2024-03-24Add optimization flagBruce Hill
2024-03-24Tweak compilation behaviorBruce Hill
2024-03-22Stop if compilation error occursBruce Hill
2024-03-21Fix relative import of own header fileBruce Hill
2024-03-21Force retranspile target fileBruce Hill
2024-03-21Fix file mtime checksBruce Hill
2024-03-21Change what prints whenBruce Hill
2024-03-21Lazy compilationBruce Hill
2024-03-21Break compilation phases into functionsBruce Hill
2024-03-19Module importsBruce Hill
2024-03-18Add some better file commentsBruce Hill
2024-03-17Run with 'use' prefixedBruce Hill
2024-03-17When compiling .o files, put the .c and .h files on diskBruce Hill
2024-03-10Tweak autofmt behaviorBruce Hill
2024-03-10Add ld flag to find libraryBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-07Just use mathlib symbols, don't redefine themBruce Hill
2024-03-07Add '-c' compiler flagBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Fix table literalsBruce Hill
2024-03-03Only put 'pragma once' in compiled header fileBruce Hill
2024-03-03Remove dup outputBruce Hill
2024-03-03Make load method be "use$name"Bruce Hill
2024-03-03Clean up transpiling into separate .c/.h filesBruce Hill
2024-03-03Add different compilation modesBruce Hill
2024-03-03Return correct exit statusBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-24Rename 'nextlang'->'tomo'Bruce Hill