| 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> |
|---|---|---|
| ||
| Previous by Date: | [svn:parrot] r19068 - in trunk: config/gen/platform/win32 t/pmc, chromatic |
|---|---|
| Next by Date: | [svn:parrot] r19070 - trunk/config/gen/platform/win32, chromatic |
| Previous by Thread: | [svn:parrot] r19068 - in trunk: config/gen/platform/win32 t/pmc, chromatic |
| Next by Thread: | [svn:parrot] r19070 - trunk/config/gen/platform/win32, chromatic |
| Indexes: | [Date] [Thread] [Top] [All Lists] |