aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-08-24Split headers into their own fileBruce Hill
2025-08-24Move ConvertDef logicBruce Hill
2025-08-24Move function declaration logicBruce Hill
2025-08-24Split declarations into a fileBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-24Add comments and pragmasBruce Hill
2025-08-24Split CLI into its own fileBruce Hill
2025-08-24Move method callsBruce Hill
2025-08-24Move int code to its fileBruce Hill
2025-08-24Move optional stuff into its fileBruce Hill
2025-08-24Split binops into fileBruce Hill
2025-08-24Rename promotion -> promotionsBruce Hill
2025-08-24Split out blocks into their own fileBruce Hill
2025-08-24Shift some code around.Bruce Hill
2025-08-24More splitting out into separate files.Bruce Hill
2025-08-24Move method calls into separate filesBruce Hill
2025-08-24Move function logic into functions filesBruce Hill
2025-08-24Further split outBruce Hill
2025-08-24Split into more files: promotion, sets, tables, pointers, functions.Bruce Hill
2025-08-24Pluralize filenamesBruce Hill