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

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

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
```