https://github.com/floatdrop/js-to-gcc
icpf2014 contest javascript to gcc translator
https://github.com/floatdrop/js-to-gcc
Last synced: about 1 year ago
JSON representation
icpf2014 contest javascript to gcc translator
- Host: GitHub
- URL: https://github.com/floatdrop/js-to-gcc
- Owner: floatdrop
- Created: 2014-07-26T11:47:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T09:53:11.000Z (over 10 years ago)
- Last Synced: 2025-03-14T01:31:42.393Z (about 1 year ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JavaScript to GCC translator
This is partial implementation of javascript to gcc translator for [icfp2014](icfpcontest.org/specification.html).
## Installation:
```
$ brew install node
$ cd js-translator
$ npm i
$ node translate.js example/simple.js
```