Remove `CommandSequence` command (#8904)
authorAndres Noetzli <andres.noetzli@gmail.com>
Thu, 23 Jun 2022 20:51:05 +0000 (13:51 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 20:51:05 +0000 (20:51 +0000)
commitb5dec96e8e65591e7686c460a30a5c62d5becdcf
treeb0af00cb47c12a360d6f71940c376118db5db278
parent288ad5358ef79097f35a656def614c664006d6b9
Remove `CommandSequence` command (#8904)

The CommandSequence command was not widely used and was essentially
just replicating the functionality of a vector of commands. This is work
towards a streamlined parser API.
15 files changed:
src/main/command_executor.cpp
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/interactive_shell.h
src/parser/smt2/Smt2.g
src/parser/tptp/Tptp.g
src/printer/ast/ast_printer.cpp
src/printer/ast/ast_printer.h
src/printer/printer.cpp
src/printer/printer.h
src/printer/smt2/smt2_printer.cpp
src/printer/smt2/smt2_printer.h
src/smt/command.cpp
src/smt/command.h
test/unit/main/interactive_shell_black.cpp