git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@404
e59a4935-1847-0410-ae03-
e826735625c1
%%
cmd : other_cmd
+{
+ _parser_symbol_table.clear();
+}
| other_cmd counterexample
+{
+ _parser_symbol_table.clear();
+}
;
counterexample : COUNTEREXAMPLE_TOK ';'
((ASTVec*)AssertsQuery)->push_back(assumptions);
((ASTVec*)AssertsQuery)->push_back(query);
delete $1;
+ _parser_symbol_table.clear();
YYACCEPT;
}
;
./a4.out
5:
g++ $(CXXFLAGS) parsefile-using-cinterface.c -lstp -o a5.out
- #./a5.out
+ ./a5.out
6:
g++ $(CXXFLAGS) print.c -lstp -o a6.out
./a6.out