[pypy-svn] r42571 - pypy/dist/pypy/lang/js

santagada at codespeak.net santagada at codespeak.net
Wed May 2 06:03:30 CEST 2007


Author: santagada
Date: Wed May  2 06:03:30 2007
New Revision: 42571

Modified:
   pypy/dist/pypy/lang/js/jsgrammar.txt
Log:
should be a ? not a *... but still I dunno if this is correct or not

Modified: pypy/dist/pypy/lang/js/jsgrammar.txt
==============================================================================
--- pypy/dist/pypy/lang/js/jsgrammar.txt	(original)
+++ pypy/dist/pypy/lang/js/jsgrammar.txt	Wed May  2 06:03:30 2007
@@ -17,7 +17,7 @@
             | <variablestatement> [";"]
             | <emptystatement>
             | <expressionstatement> [";"]
-            | <ifstatement> [";"]*
+            | <ifstatement> [";"]?
             | <iterationstatement> [";"]
             | <continuestatement> [";"]
             | <breakstatement> [";"]



More information about the Pypy-commit mailing list