https://github.com/peakchen90/acorn-learning
acorn 源码学习
https://github.com/peakchen90/acorn-learning
acorn acorn-learning ast ecmascript js parser
Last synced: 22 days ago
JSON representation
acorn 源码学习
- Host: GitHub
- URL: https://github.com/peakchen90/acorn-learning
- Owner: peakchen90
- Created: 2020-08-22T13:29:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T15:15:28.000Z (almost 6 years ago)
- Last Synced: 2026-05-14T18:55:17.652Z (about 1 month ago)
- Topics: acorn, acorn-learning, ast, ecmascript, js, parser
- Language: JavaScript
- Homepage:
- Size: 5.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Acorn 源码学习
[](https://travis-ci.org/acornjs/acorn)
[](https://www.npmjs.com/package/acorn)
[](https://cdnjs.com/libraries/acorn)
A tiny, fast JavaScript parser, written completely in JavaScript.
## 原始仓库地址
[https://github.com/acornjs/acorn](https://github.com/acornjs/acorn)
## 阅读笔记
阅读过程中会翻译英文注释,并且在适当的地方加上自己理解的注释。
- [acorn 核心解析库说明](./acorn/README.md)