This commit is contained in:
Eelco Dolstra 2006-03-23 16:37:49 +00:00
parent 20675feeab
commit 49ce8b57dd
1 changed files with 1 additions and 2 deletions

View File

@ -121,9 +121,8 @@ exports
Comment -> LAYOUT
"#" ~[\n]* -> HashComment
"/*" ( ~[\*] | Asterisk )* "*/" -> Comment
[\*] -> Asterisk
[\*] ~[\/] -> Asterisk
lexical restrictions
Asterisk -/- [\/]
HashComment -/- ~[\n]
context-free restrictions
LAYOUT? -/- [\ \t\n]