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