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

https://github.com/nomad-software/script

A toy programming language
https://github.com/nomad-software/script

interpreter language

Last synced: about 1 month ago
JSON representation

A toy programming language

Awesome Lists containing this project

README

          

# Script
**A toy scripting language**

---

The code contained in this repository is a learning exercise on programming a
[scripting language](https://en.wikipedia.org/wiki/Scripting_language) [interpreter](https://en.wikipedia.org/wiki/Interpreter_(computing)). This is very much a work in progress.

## Resources

* [Lexical Scanning in Go by Rob Pike](https://www.youtube.com/watch?v=HxaD_trXwRE&t=2367s)
* [Writing An Interpreter In Go by Thorsten Ball](https://interpreterbook.com/)