- or download this
comment: c_comment | line_comment
...
!x;
line_comment: qr!//[^\n]*!;
- or download this
# Yuck!
rule1: comment(s?) subrule1 | comment(s?) subrule2
rule1: comment(s?) subrule3 comment(s?) subrule4
- or download this
setting = (
sub-setting1 = "value1";
...
/* foo = "bar"; Commented out, not working right now*/
);
- or download this
setting = (
sub-setting1 = "value2";
...
/* foo = "bar"; Commented out, not working right now*/
);