aboutsummaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Expand)Author
2024-03-24Implement 'extern' functionalityBruce Hill
2024-03-19Improvements to module importsBruce Hill
2024-03-19Module importsBruce Hill
2024-03-18Handle function type annotations without returns betterBruce Hill
2024-03-18Implement parsing of 'pass'Bruce Hill
2024-03-18Add some better file commentsBruce Hill
2024-03-17Temporary fix for newlines between statementsBruce Hill
2024-03-17Unary ops should only parse terms not full expressionsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce Hill
2024-03-14Rearrange expression/statement compilation codeBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-14Array comprehensionsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Add explicit check for space indentationBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-07Use '$' for min/max variableBruce Hill
2024-03-07Support method calls for reductionsBruce Hill
2024-03-05Fix up some min/max stuffBruce Hill
2024-03-04Struct and enum methods and static membersBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Fix endptr stuff in parserBruce Hill
2024-03-03Fix up unicode escapesBruce Hill
2024-03-03Fix issue with unnamed args getting name flagBruce Hill
2024-02-29First working method callsBruce Hill
2024-02-25Add for-else blockBruce Hill
2024-02-24Improve enums with metamethodsBruce Hill
2024-02-24Deprecate arr[.field] for nowBruce Hill
2024-02-23Code cleanup for KeywordArgBruce Hill
2024-02-22Fix up some update operatorsBruce Hill
2024-02-22Implement 'when' statement for matching on enumsBruce Hill
2024-02-18Change syntax back to "enum(...)" and "struct(...)"Bruce Hill
2024-02-18Add in '#' operator for lengthBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-15Progress towards environmentsBruce Hill
2024-02-14Syntax tweaks and cleanupBruce Hill
2024-02-14Change parser so it only supports defs at the top levelBruce Hill
2024-02-13Add secret structsBruce Hill
2024-02-13Tweak interp rulesBruce Hill
2024-02-12Syntax tweak: doctest with ">>" and "= "Bruce Hill
2024-02-11Tweak doctest formattingBruce Hill
2024-02-11Fix operator precedence and boolificationBruce Hill
2024-02-11Improved strings and docsBruce Hill
2024-02-11Simplified string rulesBruce Hill
2024-02-11Changes to string parsingBruce Hill
2024-02-11Rename sss_* to just *Bruce Hill
2024-02-11String parsing changesBruce Hill
2024-02-11String literals as cordsBruce Hill
2024-02-11Handle empty cords correctlyBruce Hill