Skip to content
GitLab
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
88df8c0a
Commit
88df8c0a
authored
Jan 06, 2010
by
Damien Lefortier
Browse files
Fix a longstanding bug reported by Guillaume Sadegh.
* src/eltlparse/eltlscan.ll: Fix a typo.
parent
830e4828
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
88df8c0a
2010-01-06 Damien Lefortier <dam@lrde.epita.fr>
Fix a longstanding bug reported by Guillaume Sadegh.
* src/eltlparse/eltlscan.ll: Fix a typo.
2010-01-05 Damien Lefortier <dam@lrde.epita.fr>
Merge eltl2tgba.cc into ltl2tgba.cc.
...
...
@@ -7,7 +13,7 @@
* src/tgbatest/ltl2tgba.cc: New option: -xltl to translate an
extended LTL instead of an LTL, a feature previously offered by
eltl2tgba.cc. Also: -R3b to use delete_unaccepting_scc.
* src/tgbatest/spotlbtt.test: Adjust.
* src/tgbatest/spotlbtt.test
, src/tgbatest/eltl2tgba.test
: Adjust.
2009-11-10 Damien Lefortier <dam@lrde.epita.fr>
...
...
src/eltlparse/eltlscan.ll
View file @
88df8c0a
...
...
@@ -100,8 +100,8 @@ eol \n|\r|\n\r|\r\n
<
INITIAL
>
"%"
BEGIN
(
formula
)
;
<
INITIAL
>
"="
return
token:
:EQ
;
<
I
I
NTIAL
>
"accept"
return
token:
:ACC
;
<
I
I
NTIAL
>
"finish"
return
token:
:FIN
;
<
IN
I
TIAL
>
"accept"
return
token:
:ACC
;
<
IN
I
TIAL
>
"finish"
return
token:
:FIN
;
<
INITIAL
>[
tT
][
rR
][
uU
][
eE
]
{
return
token:
:CONST_TRUE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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