summaryrefslogtreecommitdiff
path: root/backend/CMlexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CMlexer.mll')
-rw-r--r--backend/CMlexer.mll3
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/CMlexer.mll b/backend/CMlexer.mll
index 780d812..fba85ff 100644
--- a/backend/CMlexer.mll
+++ b/backend/CMlexer.mll
@@ -35,13 +35,11 @@ rule token = parse
| "/*" { comment lexbuf; token lexbuf }
| "absf" { ABSF }
| "&" { AMPERSAND }
- | "&&" { AMPERSANDAMPERSAND }
| "!" { BANG }
| "!=" { BANGEQUAL }
| "!=f" { BANGEQUALF }
| "!=u" { BANGEQUALU }
| "|" { BAR }
- | "||" { BARBAR }
| "^" { CARET }
| "case" { CASE }
| ":" { COLON }
@@ -102,7 +100,6 @@ rule token = parse
| "%u" { PERCENTU }
| "+" { PLUS }
| "+f" { PLUSF }
- | "?" { QUESTION }
| "}" { RBRACE }
| "}}" { RBRACERBRACE }
| "]" { RBRACKET }