Skip to content

Files

Latest commit

80570bb · Feb 21, 2024

History

History
31 lines (20 loc) · 406 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 406 Bytes

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

svg

Error messages

Infrastructure for error messages in the compiler

errors