aboutsummaryrefslogtreecommitdiff
path: root/src/Language/SimpleShell/Parser/Function.hs
AgeCommit message (Collapse)Author
2025-05-21Distinguish first-pass function parserEinhard Leichtfuß
2025-05-21Distinguish first-pass expression parserEinhard Leichtfuß
2025-05-21Rename auxiliary parser modulesEinhard Leichtfuß
2025-05-21Remove obsolete type alias MainParserEinhard Leichtfuß
2025-05-21Split up parser typesEinhard Leichtfuß
To be continued.
2025-05-21Add first-pass function parserEinhard Leichtfuß
2025-05-20Add `=` token to function definitionEinhard Leichtfuß
2025-05-20Reduce name parsers to namePEinhard Leichtfuß
There is no good reason to have different syntax for variable and function names, for example.
2025-05-19Add function parserEinhard Leichtfuß
Also, we now define and use proper symbol and keyword parsers.