From 39f99c78908201f9ebdccc3e2b9fd1d6e847e0a7 Mon Sep 17 00:00:00 2001
From: Morton Fox
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
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: