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

https://github.com/davidedc/livecodelang


https://github.com/davidedc/livecodelang

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Overview
========

LiveCodeLab's "plasters and stitches" code transformations need to be replaced by a proper parser/code emitter. Here it comes.

Install
=======
```
npm install -g grunt
npm install
```

Run
===

to generate the parser from the grammar:
```grunt jison```

to generate everything else needed:
```grunt```