perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r19069 - trunk/languages/punie/lib

Subject: [svn:parrot] r19069 - trunk/languages/punie/lib
From:
Date: Sun, 17 Jun 2007 14:22:58 -0700 PDT
Newsgroups: perl.cvs.parrot

Author: pmichaud
Date: Sun Jun 17 14:22:57 2007
New Revision: 19069

Modified:
   trunk/languages/punie/lib/punie.pg

Log:
[punie]:
* Change default top-level 'apply' rule to 'TOP'
  (to match S03 and HLLCompiler)


Modified: trunk/languages/punie/lib/punie.pg
==============================================================================
--- trunk/languages/punie/lib/punie.pg  (original)
+++ trunk/languages/punie/lib/punie.pg  Sun Jun 17 14:22:57 2007
@@ -1,6 +1,6 @@
 grammar PunieGrammar;
 
-token apply    { ^<lineseq>$ }
+token TOP    { ^<lineseq>$ }
 
 rule block { \s* \{ <lineseq> \} \s* }
 

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r19069 - trunk/languages/punie/lib, pmichaud <=