summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2020-12-26fix indentation to 2 spacesIrene Knapp
2020-12-25refactor path parsing into a separate file, implement some Display traits, etcIrene Knapp
2020-12-25got the path stuff parsing just rightIrene Knapp
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.
2020-09-04Added the basic loop structure, including a trivial prompt and reading a ↵Irene Knapp
line of input.
2020-09-01Initial.Irene Knapp