Minimal fixing version for tuple update parsing (#7228)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 22 Sep 2021 05:28:22 +0000 (00:28 -0500)
committerGitHub <noreply@github.com>
Wed, 22 Sep 2021 05:28:22 +0000 (00:28 -0500)
commitf66cbabd6b67462ebbf9bbba5d3ccfb08b69ff25
tree56d541e543a812e81cc1a7e7c3d248541460716a
parent636012f559ff6df9f3ee774baba1b0805f4269c8
Minimal fixing version for tuple update parsing (#7228)

This takes the essential changes from #7218 so that the current ANTLR issues are avoided.
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/printer/smt2/smt2_printer.cpp
test/regress/CMakeLists.txt
test/regress/regress0/datatypes/tuple_update.smt2 [new file with mode: 0644]