https://github.com/pixcai/tiny-compiler
A tiny compiler
https://github.com/pixcai/tiny-compiler
Last synced: 8 months ago
JSON representation
A tiny compiler
- Host: GitHub
- URL: https://github.com/pixcai/tiny-compiler
- Owner: pixcai
- License: gpl-3.0
- Created: 2016-08-01T06:17:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T05:53:18.000Z (about 9 years ago)
- Last Synced: 2024-12-28T06:09:06.812Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-compiler [](https://travis-ci.org/pixcai/tiny-compiler)
A tiny compiler for convert Polish Notation to JavaScript code
## Usage
``` js
const compile = require('./compiler')
const js = compile('(add 3 (sub 2 1))')console.log(js)
```## License
GPL-3.0