Nikscript
GitHubMITNikscript is a JavaScript based language.
I wrote it to improve my understanding of how interpreters work.
The language supports the following features:
- Functions
- Variables
- Recursion
- For & While Loops
- 2 Built-In-Functions (len & print)