We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dc86c commit a8eed14Copy full SHA for a8eed14
CHANGES.md
@@ -13,11 +13,20 @@ next
13
14
### Parsing
15
16
+- Treat quoted symbols from the stdlib as symbols, regardless of
17
+ their contents. Previously a `|assert|` would be understood as the
18
+ reserved work `assert`, allowing e.g. `(|assert| false)`. Fomr now on
19
+ these are understood as symbols, so one can `(declare |assert| () Bool)`
20
+ (PR#198)
21
- Add parsing extensions for the smtlib2 language (PR#190, PR#194)
22
- Better split elements of clauses in `cnf` TPTP statements (PR#190)
23
- Ensure illegal chars raise the correct error during lexing
24
(Issue#191, PR#192)
25
26
+### Printing
27
+
28
+- Add printers for smtlib identifiers (PR#198)
29
30
### Typing
31
32
- Enforce some missing constraints on bitvectors
0 commit comments