Handle languages as strings in driver (#7074)
authorGereon Kremer <nafur42@gmail.com>
Fri, 27 Aug 2021 18:23:15 +0000 (11:23 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 18:23:15 +0000 (18:23 +0000)
commit3183ca6685f6b0dcca538efb72e6840a56479b60
treee6c51d6175d4a56c7849aa4f965ed49b743f0607
parenta698b522d619c800a3401c7294cf1c6c663d7acc
Handle languages as strings in driver (#7074)

This PR moves the first chunk of code in the driver to use the proper options API for the language options. It is now handled as a string.
18 files changed:
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/interactive_shell.h
src/options/base_options.toml
src/options/options_handler.cpp
src/options/options_handler.h
src/parser/antlr_input.cpp
src/parser/antlr_input.h
src/parser/input.cpp
src/parser/input.h
src/parser/parser_builder.cpp
src/parser/parser_builder.h
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
test/api/ouroborous.cpp
test/api/smt2_compliance.cpp
test/unit/parser/parser_black.cpp
test/unit/parser/parser_builder_black.cpp