[pypy-svn] r49325 - pypy/dist/pypy/doc/discussion
cfbolz at codespeak.net
cfbolz at codespeak.net
Mon Dec 3 21:43:23 CET 2007
Author: cfbolz
Date: Mon Dec 3 21:43:23 2007
New Revision: 49325
Added:
pypy/dist/pypy/doc/discussion/parsing-ideas.txt (contents, props changed)
Log:
add a discussion file with feature requests for the parsing stuff
Added: pypy/dist/pypy/doc/discussion/parsing-ideas.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/discussion/parsing-ideas.txt Mon Dec 3 21:43:23 2007
@@ -0,0 +1,5 @@
+add a way to modularize regular expressions:
+
+_HEXNUM = "...";
+_DECNUM = "...";
+NUM = "{_HEXNUM}|{_DECNUM}";
More information about the pypy-svn
mailing list