dibrinsofor / interpreter

JIT interpreter with an interactive REPL shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jit interpreter

what is this?

A Just-In-Time(JIT) interpreter with a REPL built to meet the Monkey Programming language specifications. The architecture style featured here supports the parsing and lexing of source code, building an abstract syntax tree out of it and then evaluating the tree.

why am i making it?

I read Thorsten Bell's book about interpreters, Writing An Interpreter In Go.

About

JIT interpreter with an interactive REPL shell


Languages

Language:Go 100.0%