aboutsummaryrefslogtreecommitdiff
path: root/src/parse
AgeCommit message (Collapse)Author
2025-10-19Remove some unused imports and add missing commentsBruce Hill
2025-10-18Pass through comments on args and use them for help and manpagesBruce Hill
2025-10-12Code cleanup and fixing minor issuesBruce Hill
2025-10-11Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` andBruce Hill
display it that way. Same for type annotations.
2025-10-05Deprecate `deserialize` keyword and `.serialized()` methodBruce Hill
2025-10-04Deprecate `extend`Bruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-09-24Revert "Deprecate `defer`"Bruce Hill
This reverts commit 7e3e245f6809946ea06ef1998bcabb7e0902fbd7.
2025-09-21Deprecate `defer`Bruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Fix testsBruce Hill
2025-09-21Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglogBruce Hill
logs', also add multi-expression support
2025-09-21Deprecate optional '?' postfix operatorBruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Got inlne enums working in most placesBruce Hill
2025-09-20WIP on inline enumsBruce Hill
2025-09-20Simplify quotes by limiting to `,',"Bruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-06Code cleanupBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-31Bugfix for argument aliases (merge issue)Bruce Hill
2025-08-31Merge fixesBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Add argument aliases so programs can use `func main(verbose|v=no)` to doBruce Hill
single-letter argument flags.
2025-08-29Remove special case for `while when`Bruce Hill
2025-08-29Fix repeat issueBruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-26Formatting for reductionsBruce Hill
2025-08-26Formatting for min/max and cleanup for ints/numsBruce Hill
2025-08-25Better support for binops in formatterBruce Hill
2025-08-25More formatter functionalityBruce 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-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