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

https://github.com/webcaetano/jinx-compiler

Jinx Compiler into .as (actionscript)
https://github.com/webcaetano/jinx-compiler

Last synced: 6 months ago
JSON representation

Jinx Compiler into .as (actionscript)

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/webcaetano/jinx-compiler.svg?branch=master)](https://travis-ci.org/webcaetano/jinx-compiler) [![npm version](https://badge.fury.io/js/jinx-compiler.svg)](http://badge.fury.io/js/jinx-compiler)

# [![Imgur](http://i.imgur.com/FHjshUv.png)](https://github.com/webcaetano/jinx)

This is an nodejs module for compile .jinx into .as (actionscript3)

### Usage
```javascript
var jinxCompiler = require('jinx-compiler');

var jinxFile = 'test/app/flash/init.jinx';
var compiled = jinxCompiler(fs.readFileSync(jinxFile)); // return an actionscript
```

---------------------------------

The MIT [License](https://raw.githubusercontent.com/webcaetano/jinx-compiler/master/LICENSE.md)