aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
AgeCommit message (Expand)Author
2025-03-28Remove uppercase octalBruce Hill
2025-03-27Phase out strchrnulBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
2025-03-25Add a special case for '???'Bruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-25Parser errors should use USE_COLOR as wellBruce Hill
2025-03-25Fix parsing issue: `[1,2,3] _max_ [3,4,5]` was parsing as `_max_[..]`Bruce Hill
2025-03-24Bugfix for parsing escapesBruce Hill
2025-03-21Move files into src/ and build into build/Bruce Hill