Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 284 Bytes

Toy Programming Language

It's a small interpreated programming language with a small subset of features. It supports assignment statements, control flow statements, functions, higher order functions.

Major Reference: Writing An Interpreter In Go.