From 39f99c78908201f9ebdccc3e2b9fd1d6e847e0a7 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 13 Sep 2016 00:38:44 -0400 Subject: [PATCH] Fix parse-js.js and process.js links --- README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 59a14dcd..93ad4e14 100644 --- a/README.html +++ b/README.html @@ -164,7 +164,7 @@

2 UglifyJS — a JavaSc

The tokenizer/parser generates an abstract syntax tree from JS code. You can then traverse the AST to learn more about the code, or do various -manipulations on it. This part is implemented in parse-js.js and it's a +manipulations on it. This part is implemented in parse-js.js and it's a port to JavaScript of the excellent parse-js Common Lisp library from Marijn Haverbeke.

@@ -172,7 +172,7 @@

2 UglifyJS — a JavaSc UglifyJS. )

-The second part of this package, implemented in process.js, inspects and +The second part of this package, implemented in process.js, inspects and manipulates the AST generated by the parser to provide the following: