Skip to content

Commit 3357f3e

Browse files
committed
hi
1 parent 44f9af7 commit 3357f3e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/preprocessor/preprocessor-grammar.pegjs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,6 @@ text_or_control_lines =
132132
return node('segment', { blocks });
133133
}
134134

135-
punctuator = wsStart:_? punctuator:$(
136-
"[" / "]" / "(" / ")" / "{" / "}" / "." / "->"
137-
"++" / "--" / "&" / "*" / "+" / "-" / "~" / "!"
138-
"/" / "%" / "<<" / ">>" / "<" / ">" / "<=" / "==" / "!=" / "^" / "|" / "&&" / "||"
139-
"?" / ":" / ";" / "..."
140-
"=" / "*=" / "/=" / "%=" / "+=" / "-=" / "<<=" / ">>=" / "&=" / "^=" / "|="
141-
"," / "###"
142-
"<:" / ":>" / "%<" / "%>" / "%:" / "%:%:"
143-
) _:_? {
144-
return node('literal', { literal: punctuator, wsEnd: _ });
145-
}
146-
147135
// Any preprocessor or directive line
148136
control_line "control line"
149137
= conditional

0 commit comments

Comments
 (0)