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