summary refs log tree commit diff
path: root/src/error.rs
AgeCommit message (Collapse)Author
2024-03-12separate the main from the library, move it to an example HEAD mainIrene Knapp
Change-Id: I3478f222ee4b24d9d1796f0f58986186119bc2f7
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-03-11refactor 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-16put the terminal in raw mode; also add a TerminalError typeIrene Knapp
2020-12-28the which builtin now sorta works. yay!Irene Knapp
2020-12-26fix indentation to 2 spacesIrene Knapp
2020-12-25Change String to GenericPathIrene Knapp
2020-12-25refactor path parsing into a separate file, implement some Display traits, etcIrene 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