Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CWood1/interpreter

Interpreter
https://github.com/CWood1/interpreter

Last synced: 3 months ago
JSON representation

Interpreter

Awesome Lists containing this project

README

        

# Simple Rust Interpreter
This started as me following along with Ruslan Spivak's Interpreter series (http://ruslanspivak.com/lsbasi-part1/), implemented in C.

After reaching part 7 of the series, this interpreter has evolved on its own, ahead of the blog posts.

The interpreter will eventually be an implementation of Rust.