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
10173501
Commit
10173501
authored
Oct 03, 2012
by
Alexandre Duret-Lutz
Browse files
* src/ltlparse/ltlscan.ll: Reset the starting condition to 0 initially.
parent
c55bd831
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ltlparse/ltlscan.ll
View file @
10173501
...
...
@@ -80,6 +80,8 @@ BOXDARROW {BOX}{DARROWL}|"|"{DARROWL}|"⤇"
start_token
=
0
;
if
(
t
==
token:
:START_LBT
)
BEGIN
(
lbt
)
;
else
BEGIN
(
0
)
;
return
t
;
}
yylloc-
>
step
()
;
...
...
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