Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 337 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 337 Bytes

The SOM Interpreter

This is the interpreter for the Simple Object Machine.

It is AST-based, in that it works by recursively traversing and evaluating nodes from the Abstract Syntax Tree from som-core.

Resources are managed and tracked through reference-counting (using Rust's Rc/Weak types).