Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyszys/js-compiler

Just for learning ast and bit of compiler.
https://github.com/zyszys/js-compiler

ast compiler javascript js

Last synced: about 2 months ago
JSON representation

Just for learning ast and bit of compiler.

Awesome Lists containing this project

README

        

# js-compiler

[![Build Status](https://travis-ci.org/ZYSzys/js-compiler.svg?branch=master)](https://travis-ci.org/ZYSzys/js-compiler)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)

👉 [the-super-tiny-compiler](https://github.com/jamiebuilds/the-super-tiny-compiler)

👉 [the-super-tiny-compiler-cn](https://github.com/starkwang/the-super-tiny-compiler-cn)

## Test
```sh
$ node test.js
```