Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zyszys/js-compiler
- Owner: ZYSzys
- Created: 2018-10-13T14:32:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:38:55.000Z (about 1 year ago)
- Last Synced: 2024-06-14T20:57:16.442Z (7 months ago)
- Topics: ast, compiler, javascript, js
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```