https://github.com/davidedc/livecodelang
https://github.com/davidedc/livecodelang
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidedc/livecodelang
- Owner: davidedc
- Created: 2013-11-05T22:25:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T22:28:47.000Z (over 11 years ago)
- Last Synced: 2025-01-16T10:26:40.749Z (3 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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```