Skip to content

Edd12321/11mm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

11mm is a proof verifier for the Metamath language, written in C++11.

It currently verifies set.mm without compression in 12.77s. To check this yourself, issue these commands:

$ metamath
MM> read set.mm
MM> save proof * /normal
(mm message here) Q <enter>
MM> write source set_normal.mm
MM> quit
$ 11mm set_normal.mm

It should blast your screen with a bunch of [OK]'s.

Todo:

  • LaTeX and HTML conversion ($t);
  • Compressed proof format (it's so over).

About

(WIP) Metamath proof verifier

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors