imtaotao / emm

A parser for parsing JavaScript code for your own learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Js Parser

This is an experimental js parser for self-learning, and the learning template comes from acorn.

Step1

Completely implemented in js, the main goal of this stage is to learn.

Step2

Use rust to rewrite to ensure that the package size is as small as possible and the speed is as fast as possible.

About

A parser for parsing JavaScript code for your own learning


Languages

Language:HTML 75.2%Language:JavaScript 24.8%