Implementation of scrapscript in Rust.
Currently:
- Tokenizing an input program
- Parsing the tokens into a syntax tree
- (WIP) Evaluating the syntax tree
cargo test
a + b
. a = 1
. b = 2
Infrastructure for error messages in the compiler
Implementation of scrapscript in Rust.
Currently:
cargo test
a + b
. a = 1
. b = 2
Infrastructure for error messages in the compiler