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)
- Host: GitHub
- URL: https://github.com/webcaetano/jinx-compiler
- Owner: webcaetano
- License: mit
- Created: 2015-05-05T06:28:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T23:06:37.000Z (over 10 years ago)
- Last Synced: 2024-04-28T22:43:03.951Z (about 2 years ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/webcaetano/jinx-compiler) [](http://badge.fury.io/js/jinx-compiler)
# [](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)