Update HISTORY file.
Chris Pressey
1 year, 1 month ago
15 | 15 |
the process, replaced namedtuples with dataclasses, and
|
16 | 16 |
refactored the class hierarchies in some places, so
|
17 | 17 |
that e.g. `Variable` is now a subclass of `Term`.
|
|
18 |
* Small improvement to parser (an error is now reported
|
|
19 |
if an axiom, or anything that is not a theorem, follows
|
|
20 |
a theorem.)
|
|
21 |
* Multiple documents may now be processed in a single run
|
|
22 |
of `eqthy`, listing all documents as command line arg-
|
|
23 |
uments, with context (axioms and proved theorems) from
|
|
24 |
each document being available in all subsequent doc-
|
|
25 |
uments.
|
18 | 26 |
|
19 | 27 |
Distribution:
|
20 | 28 |
|
|
0 |
Eqthy
|
|
1 |
=====
|
|
2 |
|
0 | 3 |
<!--
|
1 | 4 |
Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
|
2 | |
This file is distributed under a 2-clause BSD license. See LICENSES dir:
|
|
5 |
This file is distributed under a 2-clause BSD license. See LICENSES directory:
|
3 | 6 |
SPDX-License-Identifier: LicenseRef-BSD-2-Clause-X-Eqthy
|
4 | 7 |
-->
|
5 | |
|
6 | |
Eqthy
|
7 | |
=====
|
8 | 8 |
|
9 | 9 |
_Version 0.4_ | _See also:_ [Philomath](https://codeberg.org/catseye/Philomath#philomath)
|
10 | 10 |
∘ [LCF-style-ND](https://codeberg.org/catseye/The-Dossier/src/branch/master/article/LCF-style-Natural-Deduction/README.md)
|