README : mise à jour roadmap

This commit is contained in:
Ahurac 2024-04-14 18:57:47 +02:00
parent 701643848a
commit 60c1f06b19

View file

@ -7,14 +7,15 @@ I want to learn Rust and see how much effort I can put into making an interopera
# Roadmap
- [x] Execute commands
- [ ] Parse commands
- [x] Parse commands
- [ ] Variables
- [ ] Environment variables
- [ ] Builtins
- [ ] `cd`
- [x] `cd`
- [ ] `set`
- [ ] `alias`
- [ ] `type`
- [ ] Command-line flags
- [ ] PS1
- [ ] Execute code from a file
- [ ] Clean error handling