Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CWood1/interpreter
Interpreter
https://github.com/CWood1/interpreter
Last synced: 3 months ago
JSON representation
Interpreter
- Host: GitHub
- URL: https://github.com/CWood1/interpreter
- Owner: CWood1
- License: gpl-3.0
- Created: 2015-12-28T20:45:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T18:15:42.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:34:27.865Z (6 months ago)
- Language: C
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - interpreter
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.