jussisaurio / rustiikki

Crafting Interpreters (https://craftinginterpreters.com) part 2. Stack VM implemented with Rust, mainly to learn Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rustiikki

Crafting Interpreters part 2. Stack VM implemented with Rust, mainly to learn Rust.

So far implemented:

  • REPL
  • Evaluating expressions
  • Basic types: number, boolean, null
  • Pratt parser

Todo:

a lot

About

Crafting Interpreters (https://craftinginterpreters.com) part 2. Stack VM implemented with Rust, mainly to learn Rust


Languages

Language:Rust 100.0%