aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-09-01Fix for versions getting double appended for libsBruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-09-01Make Texts() macro a bit more flexible.Bruce Hill
2025-09-01Make text indexing optionalBruce Hill
2025-09-01Improved error messagesBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-31Move compiler flag to GCC onlyBruce Hill
2025-08-31Remove unused importBruce Hill
2025-08-31Add missing importBruce Hill
2025-08-31Added support for `-O3` style numeric flags and `-f=...` flagsBruce Hill
2025-08-31Move CLI parsing to its own file.Bruce Hill
2025-08-31Add argument aliases so programs can use `func main(verbose|v=no)` to doBruce Hill
2025-08-25Minor fixesBruce Hill
2025-08-25Minor bugfix for coloring of multi-line doctestsBruce Hill
2025-08-25More docsBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Rename parse -> expressionsBruce Hill
2025-08-25Less publicBruce Hill
2025-08-25Further split out files for parsingBruce Hill
2025-08-25Move suffix rules into their own fileBruce Hill
2025-08-25Split out binopsBruce Hill
2025-08-25Split out text parsing logicBruce Hill
2025-08-25Split out type parsingBruce Hill
2025-08-25Split out container type parsingBruce Hill
2025-08-25Split out function parsing.Bruce Hill
2025-08-25Split out number parsingBruce Hill
2025-08-25Splitting out parser more.Bruce Hill
2025-08-25Split out some parser functionality.Bruce Hill
2025-08-25Clean up some unistr.h issues and expand some parse macros.Bruce Hill
2025-08-25More docs and moving parsing into a subfolder.Bruce Hill
2025-08-24Clean up and fix issue with `if var := val` statements. PreviousBruce Hill
2025-08-24Refactoring bug fixBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Move while/repeat/skip/stop into loops fileBruce Hill
2025-08-24Split out assertions into its own fileBruce Hill
2025-08-24Split out doctestsBruce Hill
2025-08-24Move field access to its own fileBruce Hill
2025-08-24Move indexing into its own fileBruce Hill
2025-08-24Split reductions into their own fileBruce Hill
2025-08-24Move comparisons to their own fileBruce Hill
2025-08-24Split 'when' into its own fileBruce Hill
2025-08-24Move assignment code.Bruce Hill
2025-08-24Split for-loops outBruce Hill
2025-08-24Move conditionals into a fileBruce Hill
2025-08-24Finally, split compile.c into compile/expressions.cBruce Hill