An open API service indexing awesome lists of open source software.

https://github.com/beastop/toy

SY Mini Project: Building a toy programming language.
https://github.com/beastop/toy

Last synced: 11 months ago
JSON representation

SY Mini Project: Building a toy programming language.

Awesome Lists containing this project

README

          

# 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.](https://interpreterbook.com/)