Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f2c6db6d
Commit
f2c6db6d
authored
Feb 09, 2004
by
Alexandre Duret-Lutz
Browse files
* src/ltlparse/ltlparse.yy: Typo.
parent
faaa117e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f2c6db6d
2004-02-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/ltlparse/ltlparse.yy: Typo.
* wrap/python/cgi/ltl2tgba.in: Use render_dot when
showing formula.
* wrap/python/cgi/README: Mention unique_id.
...
...
src/ltlparse/ltlparse.yy
View file @
f2c6db6d
...
...
@@ -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 operat
ion
"
%token <token> OP_OR "or operator" OP_XOR "xor operator" OP_AND "and operat
or
"
%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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment