Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong 8fd938e142 fix(util/lean_path.cpp): get_exe_location follows symbolic link in OSX
Previously, we had different behaviors on Linux and OSX when
get_exe_location finds a location of executable:

 - Linux: follow symbolic link
 - OSX: not follow symbolic link
2014-09-10 07:41:14 -07:00
bin fix(bin/linja): pass args to call_lean and handle_failure_for_flycheck 2014-09-09 10:52:32 -07:00
doc doc(server): add FINDG and FINDP documentation, closes #144 2014-09-06 09:17:15 -07:00
images chore(*): add logo 2014-04-29 16:21:17 -07:00
library refactor(library/logic/core/eq): cleanup 2014-09-09 19:15:11 -07:00
script fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF 2013-09-29 18:36:01 -07:00
src fix(util/lean_path.cpp): get_exe_location follows symbolic link in OSX 2014-09-10 07:41:14 -07:00
tests feat(frontends/lean): add declaration to namespace without opening it, closes #161 2014-09-09 18:02:14 -07:00
.gitignore chore(.gitignore): add .lean_options 2014-09-04 15:04:57 -07:00
.travis.osx.yml chore(.travis.osx.yml): remove 'MULTI_THREAD=OFF' 2014-09-04 12:39:12 -07:00
.travis.windows.yml chore(travis): use lean-build@googlegroups 2014-05-02 17:21:54 -04:00
.travis.yml chore(.travis.yml): avoid g++-4.8.1 + DEBUG + TCMALLOC 2014-09-04 15:41:07 -07:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md refactor(library): set up and document standard/classical/hott imports 2014-08-25 22:57:55 -07:00

logo

LicenseUbuntuOS XWindowsCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

About

Requirements

Installing required packages at

Build Instructions

Miscellaneous