~ubuntu-branches/ubuntu/karmic/pypy/karmic

« back to all changes in this revision

Viewing changes to pypy/module/recparser/README

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2007-04-13 09:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070413093309-yoojh4jcoocu2krz
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
this is a 'standalone' version of the parser module
 
3
as of now it needs '.' to be in the PYTHONPATH so that eg
 
4
import ebnf # works
 
5
 
 
6
This should change once we figure out how to integrate properly with
 
7
pypy and add an option to switch between the two parsers
 
8
 
 
9
 
 
10
to enable the module in py.py change :
 
11
baseobjspace.py:89
 
12
pypy/interpreter/baseobjspace.py:89
 
13
setbuiltinmodule( "parser", "recparser" )