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

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 源码学习

Awesome Lists containing this project

README

          

# Acorn 源码学习

[![Build Status](https://travis-ci.org/acornjs/acorn.svg?branch=master)](https://travis-ci.org/acornjs/acorn)
[![NPM version](https://img.shields.io/npm/v/acorn.svg)](https://www.npmjs.com/package/acorn)
[![CDNJS](https://img.shields.io/cdnjs/v/acorn.svg)](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)