update readme
authorCésar Natarén <cesar@mono-cvs.ximian.com>
Fri, 10 Dec 2004 03:27:05 +0000 (03:27 -0000)
committerCésar Natarén <cesar@mono-cvs.ximian.com>
Fri, 10 Dec 2004 03:27:05 +0000 (03:27 -0000)
svn path=/trunk/mcs/; revision=37545

mcs/class/Microsoft.JScript/Microsoft.JScript/README

index a9ae01eaa0094073dcb58aa61e755471cca74eaa..c38fe9a54276947a15d1c4b61af5d2af3c345a3d 100644 (file)
@@ -6,9 +6,9 @@
 
 Structure: Divided by compilation phase.
 
-Lexical Analysis: We use the Antlr [1] lexer generator for
-producing the one needed for our compiler. But, the Microsoft.JScript
-namespace, exposes some classes related to that task. Those are:
+Lexical Analysis: We use a ported version of the parser from Mozilla's
+Rhino (Token.cs, TokenStream.cs and Parser.cs)
+The public API exposed by namespace Microsoft.JScript are:
 - JSToken
 - JSScanner
 - Context