aboutsummaryrefslogtreecommitdiff
path: root/ast.c
AgeCommit message (Expand)Author
2024-03-26Fix XML outputBruce Hill
2024-03-24Print ASTs as XML instead of janky custom syntaxBruce Hill
2024-03-19Improvements to module importsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce Hill
2024-03-14Rearrange expression/statement compilation codeBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-02-29First working method callsBruce Hill
2024-02-25Add for-else blockBruce Hill
2024-02-23Code cleanup for KeywordArgBruce Hill
2024-02-22Fix up keyword args and default argsBruce Hill
2024-02-22Implement 'when' statement for matching on enumsBruce Hill
2024-02-18Add in '#' operator for lengthBruce Hill
2024-02-17Quote strings in AST debug strsBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-12Deprecate Char typeBruce Hill
2024-02-11Fix operator precedence and boolificationBruce Hill
2024-02-11String literals as cordsBruce Hill
2024-02-10Better string parsing.Bruce Hill
2024-02-08More features and progressBruce Hill
2024-02-05Rename type AST nodesBruce Hill
2024-02-04Updates and functionalityBruce Hill
2024-02-04Initial commitBruce Hill