Skip to content

wrporter/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpreter

This project is a learning experience on what it takes to build an interpreter. I started with the Writing an Interpreter in Go book and plan to extend onto the language.

Usage

Shell

Run the interpreter in an interactive shell.

go run main.go

Execute File

Execute a file written in the supported language.

go run main.go program.monkey

Documentation

TODO

About

Custom programming language interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published