* src/tgbaparse/tgbaparse.yy: Accept automaton without state.
* src/ltltest/randltl.cc: Typo.
This commit is contained in:
parent
3f2790061a
commit
86b7f26960
3 changed files with 14 additions and 3 deletions
|
|
@ -81,7 +81,12 @@ typedef std::map<std::string, bdd> formula_cache;
|
|||
} acc_list
|
||||
|
||||
%%
|
||||
tgba: acceptance_decl lines | lines;
|
||||
tgba: acceptance_decl lines
|
||||
| acceptance_decl
|
||||
{ result->add_state("0"); }
|
||||
| lines
|
||||
|
|
||||
{ result->add_state("0"); };
|
||||
|
||||
acceptance_decl: ACC_DEF acc_decl ';'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue