Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 400 Bytes

Monkey Lang Interpreter

This repository contains the implementation of the Monkey Programming Language Interpreter from the book Writing an Interpreter in Go (Thorsten Ball) in programming languages I am learning or have learnt.

Implementations

The following languages are planned to be implemented or are currently in progress:

  • C
  • Php
  • Python
  • Swift
  • Typescript (in progress)
  • Zig