* Hm.
This commit is contained in:
parent
20675feeab
commit
49ce8b57dd
|
@ -121,9 +121,8 @@ exports
|
|||
Comment -> LAYOUT
|
||||
"#" ~[\n]* -> HashComment
|
||||
"/*" ( ~[\*] | Asterisk )* "*/" -> Comment
|
||||
[\*] -> Asterisk
|
||||
[\*] ~[\/] -> Asterisk
|
||||
lexical restrictions
|
||||
Asterisk -/- [\/]
|
||||
HashComment -/- ~[\n]
|
||||
context-free restrictions
|
||||
LAYOUT? -/- [\ \t\n]
|
||||
|
|
Loading…
Reference in a new issue