Skip to content

dibrinsofor/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages