aboutsummaryrefslogtreecommitdiff
path: root/src/Language/SimpleShell/Parser
AgeCommit message (Collapse)Author
2025-05-19Fix expression parserEinhard Leichtfuß
Some were clear bugs, generally there was some confusion between expressions and terms. The latter have now been subdivided into strong and weak terms, where weak terms form the basis of expressions and strong terms are required for function arguments.
2025-05-19Use lexeme parserEinhard Leichtfuß
2025-05-19Expression AST and parserEinhard Leichtfuß
Deleted old AST.hs; old code shall re-appear.