* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Microsoft.JScript / Microsoft.JScript / README
index a9ae01eaa0094073dcb58aa61e755471cca74eaa..46060065c7f8da4db1c959935cc27d87b139bb6c 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
@@ -22,14 +22,6 @@ want to hack on the parser:
 
        - Add the extensions from MS, like classes, interfaces, etc.
 
-If you want to build and install Microsoft.JScript.dll simply do a 'make install' at
-mcs/class/Microsoft.JScript
-
-If you wanna build mjs (the ECMAScript compiler), do:
-
- mcs -r:Microsoft.JScript.dll driver.cs
-
-
 - AST
 - ASTList
 - ArrayLiteral