Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong 80c282d0a3 chore(travis): do not use c++filt on Linux builds
There is a bug in c++filt on Linux. For instance,

    c++filt -t 355687428096000

causes a segmentation fault.
2013-09-29 13:27:32 -07:00
doc doc(automatic_builds): add how to prevent a build on Travis-ci 2013-09-28 13:40:41 -07:00
examples/lean Fix typo 2013-09-05 19:18:55 -07:00
script chore(testcov): add compile target "cov" to run code-coverage locally 2013-09-26 20:28:52 -07:00
src feat(lazy_list): implement ML-like lazy lists 2013-09-29 12:35:26 -07:00
tests/lean Simplify metavariable context. Now, we have only 'lift' and 'inst' instead of 'subst', 'lift' and 'lower' 2013-09-16 19:32:28 -07:00
.gitignore Add more tests 2013-08-31 18:46:18 -07:00
.travis.osx.yml chore(travis): use c++filt to handle demangled c++ names 2013-09-28 23:38:22 -07:00
.travis.windows.yml chore(travis): fix git-commit-msg extraction 2013-09-28 13:33:13 -07:00
.travis.yml chore(travis): do not use c++filt on Linux builds 2013-09-29 13:27:32 -07:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md doc(commit_convention): add git commit_convention 2013-09-25 19:45:15 -07:00

Build Status Ubuntu 12.04 LTS 64bit, g++-4.8 | clang++-3.3

Build Status Mac OS X 10.8.2, g++-4.9

Build Status Windows, x86_64-w64-mingw32-g++-4.8.1

[Result of Build/UnitTest/Coverage/Dynamic Analysis]

About

Requirements

Installing required packages at

Build Instructions

Miscellaneous