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

https://github.com/xtuc/js-to-native

Compile JS to native (unfinished)
https://github.com/xtuc/js-to-native

Last synced: over 1 year ago
JSON representation

Compile JS to native (unfinished)

Awesome Lists containing this project

README

          

# js-to-native

> Compile JS to native

This is only an experimentation, use at your own risk.

## Requires:
- bdwgc (The Boehm-Demers-Weiser conservative C/C++ Garbage Collector)
- https://c9x.me/compile/

## Examples

https://github.com/xtuc/jsQBE/blob/master/test/fixtures/arithemtic/div/actual.js -> https://github.com/xtuc/jsQBE/blob/master/test/fixtures/arithemtic/div/expected.ssa

## Usage

See the Makefile targets.