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.
- Host: GitHub
- URL: https://github.com/beastop/toy
- Owner: beastOP
- License: mit
- Created: 2022-04-18T06:17:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:08:00.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T09:42:24.056Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)