teddyleung.xyz

274

projects

1. rlox - a custom programming language with an online playground

link to online playground

description

Rlox is a programming language based on the book Crafting Interpreters part 1. The project consists of the code interpreter which is written in Rust, as well as an online playground which accepts the code input, runs the code, and outputs the code results.