Skip to content

Releases: metamath/metamath-knife

v0.3.9

30 Nov 12:48
5268bcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8

15 Apr 09:16
d63e26b
Compare
Choose a tag to compare

What's Changed

  • Split into library and binary by @tirix in #149
  • switch from lazy_static to std::sync::OnceLock by @digama0 in #152
  • Fix doc warnings, add doc to CI. by @tirix in #151
  • Include syntactic axioms in --parse-formula by @tirix in #153
  • parse \r\n in discouragements by @digama0 in #155

Full Changelog: v0.3.7...v0.3.8

v0.3.7

28 Oct 17:05
Compare
Choose a tag to compare
v0.3.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

28 Apr 09:44
6b4f618
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release

What's Changed

  • Clippy 0.1.60 by @tirix in #85
  • Add a convert_to_provable parameter to parse_formula by @tirix in #86

Full Changelog: v0.3.5...v0.3.6

v0.3.5

08 Apr 14:53
fffdb32
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

What's Changed

  • Implement Comparer trait for the Database by @tirix in #83
  • add file inclusion tests by @digama0 in #84
  • String parsing : fix issue with multiple whitespaces in a row by @tirix in #82

Full Changelog: v0.3.4...v0.3.5

v0.3.4

02 Apr 04:11
25f1f55
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release

What's Changed

  • Better error handling in grammar by @tirix in #78
  • Statements parse error by @tirix in #79
  • Statement parse errors now refer to spans by @tirix in #80

Full Changelog: v0.3.3...v0.3.4

v0.3.3

13 Mar 06:12
1343089
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

What's Changed

  • Fix for metamath_vspa#11 by @tirix in #76
  • Add API to provide "logic" typecode by @tirix in #77

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Mar 04:33
0dbd297
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

What's Changed

  • Export incomplete proofs, fix version. by @tirix in #72
  • Provide statements and spans for outline nodes by @tirix in #74
  • Fix a grammar panic by @tirix in #75

Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 Feb 08:17
7954d40
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

This is a baseline, meant to start tagging releases.
It includes all the functionality developed so far:

  • parsing, verification and diagnostics as originally developed in SMM3 by @sorear
  • grammar parsing and formula building by @tirix
  • diagnostics formatting using annotate-snippet by @tirix
  • database outline by @tirix
  • typesetting tag parsing by @digama0
  • statement comment parsing by @digama0
  • cleanup, refactoring and reviews by @digama0
  • updates and cleanup by @david-a-wheeler