Age | Commit message (Expand) | Author |
---|---|---|
2021-01-01 | actually run the commandgit add src/main.rs ! even pass it some arguments! al... | 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 | fix indentation to 2 spaces | 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 ch... | Irene Knapp |
2020-09-04 | Added the basic loop structure, including a trivial prompt and reading a line... | Irene Knapp |
2020-09-01 | Initial. | Irene Knapp |