more improvements to TibDoc
[sbp.git] / tests / meta.g
index d8353a6..ce2aa6f 100644 (file)
@@ -27,12 +27,11 @@ ec            = ~[\-\]\\]
 Range         = range:: ec
               |         ec ^"-" ec
 
-e             =//                (Quoted|Word) ^":" e
-//              > 
-              nonTerminal::          Word
+e             =                (Quoted|Word) ^":" e
+              > nonTerminal::          Word
               | literal::       Quoted
               |                  ^"()"
-              |                  ^"{" PreSequence "}"       /ws
+              |                  ^"{" PreSequence "}"    /ws
               |                  ^"["  Range* "]"
               |                e ^"++"                   /ws -> ~[/]
               |                e ^"+"                    /ws -> ~[+]