Skip to content

Commit a8eed14

Browse files
committed
changes
1 parent 46dc86c commit a8eed14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ next
1313

1414
### Parsing
1515

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)
1621
- Add parsing extensions for the smtlib2 language (PR#190, PR#194)
1722
- Better split elements of clauses in `cnf` TPTP statements (PR#190)
1823
- Ensure illegal chars raise the correct error during lexing
1924
(Issue#191, PR#192)
2025

26+
### Printing
27+
28+
- Add printers for smtlib identifiers (PR#198)
29+
2130
### Typing
2231

2332
- Enforce some missing constraints on bitvectors

0 commit comments

Comments
 (0)