Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 344 Bytes

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