summary refs log tree commit diff
path: root/Cargo.lock
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-06-07wooooo! switch to using tokio; make ^C work properlyIrene Knapp
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
2021-01-15Add some rudimentary terminal stuff, which breaks the previously existing ↵Irene Knapp
functionality
2020-09-10Add LALRPOP to the project.Irene Knapp
2020-09-01Initial.Irene Knapp