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)
- Host: GitHub
- URL: https://github.com/xtuc/js-to-native
- Owner: xtuc
- Created: 2017-07-14T09:28:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T08:10:59.000Z (over 8 years ago)
- Last Synced: 2025-03-17T11:52:46.565Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.