Skip to content

Kong is an implementation of the Monkey interpreter in Java 8 from The Writing An Interpreter In Go books

License

Notifications You must be signed in to change notification settings

AmrDeveloper/Kong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kong

Kong is an implementation of the Monkey interpreter in Java 8 from The Writing An Interpreter In Go books

Features:

  • Integers, booleans, strings, arrays, hash maps
  • A REPL
  • Arithmetic expressions
  • Let statements
  • First-class and higher-order functions
  • Built-in functions
  • Recursion
  • Closures

About

Kong is an implementation of the Monkey interpreter in Java 8 from The Writing An Interpreter In Go books

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages