Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 195 Bytes

File metadata and controls

1 lines (1 loc) · 195 Bytes

A Rust-based interpreter and compiler for the Adder language. It parses S-expressions, evaluates arithmetic expressions (add1, sub1, negate), and compiles them into x86-64 assembly for execution