* src/ltlparse/ltlparse.yy: Typo.
This commit is contained in:
parent
faaa117e02
commit
f2c6db6d49
2 changed files with 3 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ using namespace spot::ltl;
|
|||
/* All tokens. */
|
||||
|
||||
%token <token> PAR_OPEN "opening parenthesis" PAR_CLOSE "closing parenthesis"
|
||||
%token <token> OP_OR "or operator" OP_XOR "xor operator" OP_AND "and operation"
|
||||
%token <token> OP_OR "or operator" OP_XOR "xor operator" OP_AND "and operator"
|
||||
%token <token> OP_IMPLIES "implication operator" OP_EQUIV "equivalent operator"
|
||||
%token <token> OP_U "until operator" OP_R "release operator"
|
||||
%token <token> OP_F "sometimes operator" OP_G "always operator"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue