vonuvoli-scheme
vonuvoli-scheme copied to clipboard
vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind
## Tasks * [ ] identify how the current parser can be used to read values; * [ ] TBD;
## Tasks * [ ] implement support for regular expressions; * [ ] implement support for uniques; * [ ] add flag to accept only values that can be read...
## Dependencies * #20 -- ports to `std::io::Read` and `std::io::Write` adapters;