checkpoint
[sbp.git] / tests / meta.g
index 51e55be..4416d55 100644 (file)
@@ -7,9 +7,9 @@ s             =  ws! Grammar ws!
 Grammar       =  Declaration +/ ws
 
 Declaration   =  NonTerminal
-              |  ^"#import" ws! FileName //(ws! "as" ws! Prefix)?
+              |  ^"#import" ws! FileName (ws! "as" ws! Prefix)?
 
-//Prefix        = ([a-zA-Z] ".")+ "*"
+Prefix        = ([a-zA-Z] ".")+ "*"
 FileName      = FileNameChar+ -> [\r\n ]
 FileNameChar  = Space:: "\\ "
               | ~[\r\n ]