Project: Jython

Revision: 5210

Author: fwierzbicki

Date: 19 Aug 2008 17:43:06

Changes:

Work to date on the one pass grammar. Not ready for others to look at really.
If you really want to try it note that you need to comment out parts of site.py
and os.py to get things to work. They *almost* parse and compile, but not
quite, and they are basic dependencies for Jython to run.

Files:
modified: /branches/nowalker/src/org/python/antlr/InteractiveParser.java (try)
modified: /branches/nowalker/src/org/python/antlr/ExpressionParser.java (try)
modified: /branches/nowalker/grammar/Python.g (try)
modified: /branches/nowalker/src/org/python/antlr/ast/BinOp.java (try)
modified: /branches/nowalker/build.xml (try)
modified: /branches/nowalker/src/org/python/antlr/ast/BoolOp.java (try)
modified: /branches/nowalker/src/org/python/antlr/ModuleParser.java (try)
deleted: /branches/nowalker/grammar/PythonWalker.g
modified: /branches/nowalker/tests/java/org/python/antlr/PythonTreeTester.java (try)
modified: /branches/nowalker/src/org/python/antlr/GrammarActions.java (try)
modified: /branches/nowalker/src/org/python/util/jython.java (try)
Diff: