Files
Mozilla/mozilla/js
igor%mir2.org 1aaf108722 1. optimizer/Codegen now just generates byte code classes, the instantiation of classes is done in a separated class optimizer/ClassCompiler. This is done to provide in future a simple interface to generate class files instead of complicated ClassNameHelper and friends implementation.
2. Parser now stores TokenStream instance in its field instead of having it present in each and every method signature. It allowed to simplify interaction between Parser and IRFactory where the later now uses Parser.reportError so parser van recover from syntax errors and provide better error reporting.


git-svn-id: svn://10.0.0.236/trunk@151422 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-16 18:20:22 +00:00
..
2003-12-16 03:13:04 +00:00