Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Leonardo de Moura bbab454b6c fix(lua): cpplint.py does not like multiline strings
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-08 13:27:20 -08:00
doc doc(README): add lua 2013-11-08 10:43:52 -08:00
examples/lean Fix typo 2013-09-05 19:18:55 -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(lua): cpplint.py does not like multiline strings 2013-11-08 13:27:20 -08:00
tests feat(lua): add is_* predicates 2013-11-08 12:40:28 -08:00
.gitignore Add more tests 2013-08-31 18:46:18 -07:00
.travis.osx.yml chore(build): add Lua to OSX build 2013-11-08 16:04:33 -05:00
.travis.windows.yml chore(travis): use cmake-2.8.7 for windows build 2013-11-06 13:49:14 -05:00
.travis.yml chore(travis): split a memcheck build into two builds using range option (-I) 2013-11-06 13:49:14 -05:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md doc(README): bump cross-compiler version to 4.8.2 2013-11-08 16:09:37 -05: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.2

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

About

Requirements

Installing required packages at

Build Instructions

Miscellaneous