aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser
AgeCommit message (Expand)Author
2024-10-18libexpr: Fix typo in error messagepiegames
2024-10-18libexpr: Optimize complex indented stringspiegames
2024-10-18libexpr: Rewrite stripIndentation for indented stringspiegames
2024-10-18libexpr: move parser semantics into separate filepiegames
2024-10-18libexpr: rename grammar to grammar::v1piegames
2024-10-08Fix gcc warning -Wmissing-field-initializersLulu
2024-08-21libexpr: Soft-deprecate ancient let syntaxpiegames
2024-08-21libexpr: Soft-deprecate __overridespiegames
2024-08-17libexpr: Deprecate URL literalspiegames
2024-08-17libexpr: Introduce Deprecated featurespiegames
2024-08-08libexpr: Add experimental pipe operatorpiegames
2024-08-07libexpr/parser: Test experimental featurespiegames
2024-08-04tree-wide: fix various lint warningsJade Lovelace
2024-07-22libexpr: fix -Wunused-const-variable warningeldritch horrors
2024-07-04give ExprInheritFrom a handle to what its standing in forQyriad
2024-06-25libexpr: rewrite the parser with pegtl instead of flex/bisoneldritch horrors