Strings API escape sequences (#1245)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 18 Oct 2017 17:11:50 +0000 (12:11 -0500)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2017 17:11:50 +0000 (12:11 -0500)
commit6f18015fdcb824f46b969882aa45187b46306e97
tree8d04dcb3fa263a359886aa156851d4dec3e2c7e8
parent382813c77025e05550876bf02f2782b72d6c8927
Strings API escape sequences (#1245)

* Argument for strings class to specify whether to process escape sequences.

* Change default value on string constructor.

* Make CVC4::String::toString symmetric to the constructor for CVC4::String, document.

* Clang format.
src/parser/cvc/Cvc.g
src/parser/smt2/Smt2.g
src/printer/smt2/smt2_printer.cpp
src/util/regexp.cpp
src/util/regexp.h