index
:
line-input
this commit
main
A library for handling line-based input in the terminal. Will include complex async and windowing logic.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2021-01-01
use FromStr
Irene Knapp
2021-01-01
factor out the path finding into a function find_executable_path()
Irene Knapp
2020-12-29
add a FromStr instance for GenericPathComponent, and a new type PathError
Irene Knapp
2020-12-28
the which builtin now sorta works. yay!
Irene Knapp
2020-12-26
some debug code in the middle of a regexp got checked in. oops.
Irene Knapp
2020-12-26
fix indentation to 2 spaces
Irene Knapp
2020-12-25
comment
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-12-25
got the path stuff parsing just right
Irene Knapp
2020-12-14
path lists parse okay now
Irene Knapp
2020-09-22
Parse space-separated words.
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-10
Add LALRPOP to the project.
Irene Knapp
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