aboutsummaryrefslogtreecommitdiff
path: root/src/Language/SimpleShell/Parser/Function.hs
AgeCommit message (Expand)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ß
2025-05-21Add first-pass function parserEinhard Leichtfuß
2025-05-20Add `=` token to function definitionEinhard Leichtfuß
2025-05-20Reduce name parsers to namePEinhard Leichtfuß
2025-05-19Add function parserEinhard Leichtfuß