[pypy-svn] r11454 - in pypy/dist/pypy/module/recparser: . data ebnf python

ludal at codespeak.net ludal at codespeak.net
Tue Apr 26 12:29:38 CEST 2005


Author: ludal
Date: Tue Apr 26 12:29:38 2005
New Revision: 11454

Added:
   pypy/dist/pypy/module/recparser/data/
   pypy/dist/pypy/module/recparser/data/Grammar2.3
      - copied unchanged from r11450, pypy/dist/pypy/module/recparser/python/Grammar2.3
   pypy/dist/pypy/module/recparser/data/Grammar2.4
      - copied unchanged from r11450, pypy/dist/pypy/module/recparser/python/Grammar2.4
   pypy/dist/pypy/module/recparser/ebnflexer.py
      - copied unchanged from r11450, pypy/dist/pypy/module/recparser/ebnf/lexer.py
   pypy/dist/pypy/module/recparser/ebnfparse.py
      - copied unchanged from r11450, pypy/dist/pypy/module/recparser/ebnf/parse.py
   pypy/dist/pypy/module/recparser/pythonlexer.py
      - copied unchanged from r11450, pypy/dist/pypy/module/recparser/python/lexer.py
   pypy/dist/pypy/module/recparser/pythonparse.py
      - copied unchanged from r11450, pypy/dist/pypy/module/recparser/python/parse.py
   pypy/dist/pypy/module/recparser/pythonutils.py
      - copied unchanged from r11450, pypy/dist/pypy/module/recparser/python/__init__.py
Removed:
   pypy/dist/pypy/module/recparser/ebnf/
   pypy/dist/pypy/module/recparser/python/
Log:
 * move files around in order to flatten the layout




More information about the Pypy-commit mailing list