Skip to content

Commit

Permalink
News
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Sep 10, 2024
1 parent 1c7713b commit 4faaaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ethos 0.1.1 prerelease
- When parsing Eunoia signatures, decimals and hexidecimals are never normalized, variables in binders are always unique for their name and type, and let is never treated as a builtin way of specifying macros. The options `--no-normalize-dec`, `--no-normalize-hex`, `--binder-fresh`, and `--no-parse-let` now only apply when parsing proofs and reference files.
- Adds a new option `--normalize-num`, which also only applies when reference parsing. This option treats numerals as rationals, which can be used when parsing SMT-LIB inputs in logics where numerals are shorthand for rationals.
- Makes the `set-option` command available in proofs and Eunoia files.
- Adds `--include=X` and `--reference=X` to the command line interface for including (reference) files.
- Fixed a bug when applying operators with opaque arguments.

ethos 0.1.0
Expand Down

0 comments on commit 4faaaa9

Please sign in to comment.