aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-08-26Fixes for unopsBruce Hill
2025-08-26Add missing casesBruce Hill
2025-08-26Fix for 'else if'Bruce Hill
2025-08-26More formattingBruce Hill
2025-08-26Fix typoBruce Hill
2025-08-26Actual type formattingBruce Hill
2025-08-26Add more formattingBruce Hill
2025-08-25Split out utility functionsBruce Hill
2025-08-25Split out formatter into subfilesBruce Hill
2025-08-25Better wrapping for text and binopsBruce Hill
2025-08-25Better support for binops in formatterBruce Hill
2025-08-25More formattingBruce Hill
2025-08-25Much more formattingBruce Hill
2025-08-25More formatter functionalityBruce Hill
2025-08-25Incremental improvementsBruce Hill
2025-08-25Improved formattingBruce Hill
2025-08-25First pass at formatterBruce Hill
2025-08-25Initial work to pass metadata for codeBruce 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
implementation was kinda janky, but the new one is more robust and simple.
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