* src/ltlparse/ltlscan.ll: Cosmetics.
This commit is contained in:
parent
21723da118
commit
bc05ceb6b4
2 changed files with 8 additions and 6 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2003-11-06 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2003-11-06 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/ltlparse/ltlscan.ll: Cosmetics.
|
||||||
|
|
||||||
* configure.ac: Bump version to 0.0k.
|
* configure.ac: Bump version to 0.0k.
|
||||||
|
|
||||||
2003-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2003-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ flex_set_buffer(const char *buf)
|
||||||
return ATOMIC_PROP;
|
return ATOMIC_PROP;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Atomic propositions can also be inclosed in double quotes. */
|
/* Atomic propositions can also be enclosed in double quotes. */
|
||||||
\"[^\"]*\" {
|
\"[^\"]*\" {
|
||||||
yylval->str = new std::string(yytext + 1, yyleng - 2);
|
yylval->str = new std::string(yytext + 1, yyleng - 2);
|
||||||
return ATOMIC_PROP;
|
return ATOMIC_PROP;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue