Skip to content

This is a Interpreter for the Monkey Programming Language, presented in the "Writing An Interpreter In Go" book by Thorsten Ball

Notifications You must be signed in to change notification settings

SeaSkyThe/MonkeyInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonkeyInterpreter

This is a Interpreter for the Monkey Programming Language, presented in the "Writing An Interpreter In Go" by Thorsten Ball

The core parts of the Interpreter will be:

  • Lexer (Lexical Analysis)
  • REPL (Read-eval-print loop / interactive mode)
  • Parser (Syntax Analysis)
  • Evaluator

After that I have plans of implementing a Compiler for the same language.

About

This is a Interpreter for the Monkey Programming Language, presented in the "Writing An Interpreter In Go" book by Thorsten Ball

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages