aboutsummaryrefslogtreecommitdiff
path: root/src/ast.c
AgeCommit message (Expand)Author
2025-04-28Remove remaining printf referencesBruce Hill
2025-04-21Preserve original number literal in s-expressionBruce Hill
2025-04-21Switch from XML to s-expressions and add --parse flag for printing themBruce Hill
2025-04-21Add `assert`Bruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
2025-04-06Remove dead code for handling Declare statments with Use insideBruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-04-06Improve support for inferring the specific type of the `self` value in aBruce Hill
2025-04-04Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-03Fix textual representation of table typesBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-21Move files into src/ and build into build/Bruce Hill