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

https://github.com/breuleux/teacup

Short implementation of a simple programming language.
https://github.com/breuleux/teacup

Last synced: about 1 month ago
JSON representation

Short implementation of a simple programming language.

Awesome Lists containing this project

README

        

Teacup
======

This is the companion repository to [this article](http://breuleux.net/blog/teacup.html).

The same code is used in [this JSFiddle](https://jsfiddle.net/qh3bvqjh/).

* `core.js` contains the core functionality to define a language.
* `teacup.js` contains the definition of the Teacup language.
* `demo.js` and `index.html` define what's needed for the demo.

Usage
-----

Just open `index.html` in Chrome or Firefox.