aboutsummaryrefslogtreecommitdiff
path: root/src/Language/SimpleShell/Parser.hs
AgeCommit message (Collapse)Author
2025-05-21Split up parser typesEinhard Leichtfuß
To be continued.
2025-05-20Add relaxed expr parserEinhard Leichtfuß
This is just to parse expressions *without* checking for defined functions, and to be used in a first pass.
2025-05-19Add function parserEinhard Leichtfuß
Also, we now define and use proper symbol and keyword parsers.
2025-05-19Add Function ASTEinhard Leichtfuß
2025-05-19Add signature for lexeme parserEinhard Leichtfuß
2025-05-19Add lexeme parserEinhard Leichtfuß
2025-05-19Rename parseTest' to parseTestEinhard Leichtfuß
2025-05-19Expression AST and parserEinhard Leichtfuß
Deleted old AST.hs; old code shall re-appear.