Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/solo-steven/ecma-toolkit

A toy parser for ECMAScript.
https://github.com/solo-steven/ecma-toolkit

ast ecmascript learning-by-doing parser

Last synced: 5 days ago
JSON representation

A toy parser for ECMAScript.

Awesome Lists containing this project

README

        

# ecma-tookit

This project is a handhook for anyone wants to learn more about how to parse your JavaScript,
And write some basic frontend infrastructure tool from scratch.

Also it is a toy tool from parse, transform, transpiler, minifier for your JavasScript.