aboutsummaryrefslogtreecommitdiff
path: root/src/parse/utils.c
AgeCommit message (Collapse)Author
2026-01-19Allow parsing `123.foo()` as `(123).foo()`Bruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-10-05Deprecate `deserialize` keyword and `.serialized()` methodBruce Hill
2025-10-04Deprecate `extend`Bruce Hill
2025-09-24Revert "Deprecate `defer`"Bruce Hill
This reverts commit 7e3e245f6809946ea06ef1998bcabb7e0902fbd7.
2025-09-21Deprecate `defer`Bruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-08-25Initial work to pass metadata for codeBruce Hill
2025-08-25Minor fixesBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Rename parse -> expressionsBruce Hill
2025-08-25Less publicBruce Hill
2025-08-25Split out some parser functionality.Bruce Hill