No description
Find a file
2020-01-24 12:54:40 +01:00
src the scanner now recognizes single character tokens like plus and minus 2020-01-24 12:54:40 +01:00
.gitignore basic project layout and the first version of main, which handles the commandline arguments but does not do anything real, before exiting 2020-01-24 11:27:46 +01:00
Cargo.lock basic project layout and the first version of main, which handles the commandline arguments but does not do anything real, before exiting 2020-01-24 11:27:46 +01:00
Cargo.toml basic project layout and the first version of main, which handles the commandline arguments but does not do anything real, before exiting 2020-01-24 11:27:46 +01:00
README.md added readme 2020-01-24 11:40:00 +01:00

Trying to learn rust as well as writing interpreters.

see https://www.craftinginterpreters.com/