[Redbutton-devel] SF.net SVN: redbutton: [462] redbutton-author/trunk
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-11-16 17:07:21
|
Revision: 462
http://redbutton.svn.sourceforge.net/redbutton/?rev=462&view=rev
Author: skilvington
Date: 2007-11-16 09:07:16 -0800 (Fri, 16 Nov 2007)
Log Message:
-----------
get an explicit SEQUENCE tag for ActionSlot under ActionSlots
Modified Paths:
--------------
redbutton-author/trunk/TODO
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/TODO
===================================================================
--- redbutton-author/trunk/TODO 2007-11-09 17:03:45 UTC (rev 461)
+++ redbutton-author/trunk/TODO 2007-11-16 17:07:16 UTC (rev 462)
@@ -12,6 +12,7 @@
mhegd
check NoTokenActionSlots (empty and not empty)
+check ActionSlots empty (ie Null) works
check MovementTable (empty and not empty)
---
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-11-09 17:03:45 UTC (rev 461)
+++ redbutton-author/trunk/grammar 2007-11-16 17:07:16 UTC (rev 462)
@@ -249,7 +249,7 @@
TokenGroupItem ::= "(" AVisible [ActionSlots] ")" .
AVisible ::= ObjectReference .
ActionSlots ::= ":ActionSlots" "(" ActionSlot+ ")" .
-ActionSlot ::= ActionClass | Null .
+ActionSlot ::= ActionClassSeq | Null .
NoTokenActionSlots ::= ":NoTokenActionSlots" "(" ActionSlotSeq+ ")" .
// srk - to get an explicit SEQUENCE tag under NoTokenActionSlots
ActionSlotSeq ::= ActionClassSeq | Null .
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|