Rain: changed the comment character for now

This commit is contained in:
Neil Brown 2007-08-28 17:04:18 +00:00
parent 6da26e5bf5
commit bf0dc577a8

View File

@ -66,7 +66,7 @@ occam :-
-- Ignore whitespace and comments.
$white+ ;
"#" [^\n]* ;
"###" [^\n]* ;
@reserved { mkToken TokReserved }
@identifier { mkToken TokIdentifier }