checkpoint
[sbp.git] / tests / meta.g
index 845af52..cbfee2a 100644 (file)
@@ -6,8 +6,6 @@ NonTerminal   =  Word ^"=" RHS /ws
 // EOF token?
 // #include (with renaming?)
 // ANTLR uses ! and ^ suffixes
-
-blah = "Grammar"
         
 RHS           =  (Sequence +/ (!ws "|" !ws)) +/ (!ws ">" !ws)