|
[Jython-checkins] SF.net SVN: jython: [3722]
trunk/sandbox/wierzbicki/antlr/grammar/Python.g
From: <fwierzbicki@us...> - 2007-11-25 17:30
|
Revision: 3722
http://jython.svn.sourceforge.net/jython/?rev=3722&view=rev
Author: fwierzbicki
Date: 2007-11-25 09:30:15 -0800 (Sun, 25 Nov 2007)
Log Message:
-----------
added comments.
Modified Paths:
--------------
trunk/sandbox/wierzbicki/antlr/grammar/Python.g
Modified: trunk/sandbox/wierzbicki/antlr/grammar/Python.g
===================================================================
--- trunk/sandbox/wierzbicki/antlr/grammar/Python.g 2007-11-25 17:19:59 UTC (rev 3721)
+++ trunk/sandbox/wierzbicki/antlr/grammar/Python.g 2007-11-25 17:30:15 UTC (rev 3722)
@@ -247,9 +247,11 @@
)
;
+//not in CPython's Grammar file
assigns : assign+
;
+//not in CPython's Grammar file
assign : ASSIGN testlist -> ^(Assign testlist)
;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
| Thread | Author | Date |
|---|---|---|
| [Jython-checkins] SF.net SVN: jython: [3722] trunk/sandbox/wierzbicki/antlr/grammar/Python.g | <fwierzbicki@us...> |