Skip to content

andrewbatallones/monkey-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Interpreter

This project will be following along with the book Writing an Interpreter in Go.

Abstract Syntax Tree (AST)

The syntax tree maps out and parses statements to later be interpreted. The "abstract" just removes things like ;, (), etc.

About

A Tutorial on how a simple interpreter works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages