Skip to content

ctfhacker/scrapscript-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust implementation of scrapscript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published