Skip to content

This is an interpreter made from scratch for a made up programming language named Monkey. Monkey features higher-order functions, closures, if expressions, etc.

Notifications You must be signed in to change notification settings

thngz/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the Monkey programming language.

This codebase was made following this excellent book https://interpreterbook.com/

This is an interpreter made from scratch for a made up programming language named Monkey. Monkey features higher-order functions, closures, if expressions, etc.

The codebase contains

  • Lexer
  • Parser
  • Evaluator
  • REPL

About

This is an interpreter made from scratch for a made up programming language named Monkey. Monkey features higher-order functions, closures, if expressions, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages