summary refs log tree commit diff
path: root/src/commandline.lalrpop
AgeCommit message (Collapse)Author
2024-03-12remove a lot of stuff that was part of the shell and does not need to be ↵Irene Knapp
part of the line input library Change-Id: Idd0435a4b29f5f525c9279e5c1d27916e6320685
2021-01-30don't require a newline at the end of a command line, because we've stripped ↵Irene Knapp
that by the time it's parsed
2021-01-01Clarify the regexp comment even more, and allow empty invocations so the ↵Irene Knapp
error can be dealt with at a higher level
2020-12-14path lists parse okay nowIrene Knapp
2020-09-22Parse space-separated words.Irene Knapp
2020-09-15Use lalrpop in a trivial way as a proof of concept. Mess with some Unicode ↵Irene Knapp
character classes.