* src/ltlparse/ltlscan.ll: Reset the starting condition to 0 initially.
This commit is contained in:
parent
c55bd831a8
commit
1017350110
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ BOXDARROW {BOX}{DARROWL}|"|"{DARROWL}|"⤇"
|
||||||
start_token = 0;
|
start_token = 0;
|
||||||
if (t == token::START_LBT)
|
if (t == token::START_LBT)
|
||||||
BEGIN(lbt);
|
BEGIN(lbt);
|
||||||
|
else
|
||||||
|
BEGIN(0);
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
yylloc->step();
|
yylloc->step();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue