Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-11 | refactor everything into smaller modules; move to using async-std; make the ↵ | Irene Knapp | |
read loop async. some stuff doesn't work yet but it needed to be done and this is as clean a state as it's likely to get in, so we're committing it as a base to build on. | |||
2021-01-16 | put the terminal in raw mode; also add a TerminalError type | Irene Knapp | |
2020-12-28 | the which builtin now sorta works. yay! | Irene Knapp | |
2020-12-26 | fix indentation to 2 spaces | Irene Knapp | |
2020-12-25 | Change String to GenericPath | Irene Knapp | |
2020-12-25 | refactor path parsing into a separate file, implement some Display traits, etc | Irene Knapp | |
2020-09-15 | Use lalrpop in a trivial way as a proof of concept. Mess with some Unicode ↵ | Irene Knapp | |
character classes. | |||
2020-09-04 | Added the basic loop structure, including a trivial prompt and reading a ↵ | Irene Knapp | |
line of input. | |||
2020-09-01 | Initial. | Irene Knapp | |