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

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

Awesome Lists containing this project

README

          

# tiny-compiler [![Build Status](https://travis-ci.org/pixcai/tiny-compiler.svg?branch=master)](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