This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Mirror of
https://github.com/leanprover/lean2
in case it ever disappears
1585
commits
3
branches
0
tags
28
MiB
C++
47.8%
Lean
41.8%
JetBrains MPS
5.4%
Emacs Lisp
2.1%
C
1%
Other
1.7%
0efb7e8297
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Soonho Kong
0efb7e8297
chore(travis): fix typo
2013-12-26 02:38:16 -05:00
doc
doc(doc/lean): lexical conventions
2013-12-23 22:50:13 -08:00
examples
/lean
feat(util/script_state): add 'import' command to Lua, it import files from the LEAN_PATH
2013-12-22 21:27:12 -08:00
script
fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF
2013-09-29 18:36:01 -07:00
src
feat(frontends/lean/parser): add Find command
2013-12-25 18:31:52 -08:00
tests
feat(frontends/lean/parser): add Find command
2013-12-25 18:31:52 -08:00
.gitignore
chore(.gitignore): update .gitignore
2013-12-01 00:48:44 -05:00
.travis.osx.yml
chore(travis): fix typo
2013-12-26 02:38:16 -05:00
.travis.windows.yml
chore(travis): fix typo
2013-12-26 02:38:16 -05:00
.travis.yml
chore(travis): fix typo
2013-12-26 02:38:16 -05:00
LICENSE
Add LICENSE file
2013-07-15 18:55:48 -07:00
README.md
doc(README.md): Boost support
2013-12-09 17:45:31 -08:00
README.md
Ubuntu
OS X
Windows
Coverage
Builds / UnitTests / Dynamic Analyses
http://build.leanprover.net
About
Design
To Do list
Authors
Requirements
C++11 compatible compiler:
g++
(version >= 4.8.1), or
clang++
(version >= 3.3)
CMake
GMP (GNU multiprecision library)
MPFR (GNU MPFR Library)
Lua 5.2 or 5.1
, or
LuaJIT 2.0
(optional)
gperftools
(optional)
Boost
(version >= 1.54), we can build Lean using boost::thread instead of std::thread. When using Boost, Lean can modify the thread stack size.
Installing required packages at
Ubuntu 12.04
Ubuntu 12.04 (detailed)
Fedora 19
OS X 10.8
Cygwin
Build Instructions
CMake + Make
CMake + Ninja
Faster builds with ccache
Miscellaneous
Testing and Code Coverage
Building Doxygen Documentation:
doxygen src/Doxyfile
Coding style
Git Commit Convention
Automatic builds