Skip to content
Snippets Groups Projects
Commit 3a1e6089 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[aorai] remove unused tokens in yaparser

parent f7d732ad
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ type pre_cond = Behavior of string | Pre of Promelaast.condition
%token NOT DOT AMP
%token COLON SEMI_COLON COMMA PIPE CARET QUESTION COLUMNCOLUMN
%token EQ LT GT LE GE NEQ PLUS MINUS SLASH STAR PERCENT OR AND
%token INIT ACCEPT DETERMINISTIC METAVAR
%token INIT ACCEPT DETERMINISTIC
%token OTHERWISE
%token EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment