lean2/bin
Soonho Kong 5e05a25a5d fix(bin/linja): replace windows newline '\r\n' to unix newline '\n'
This should be handled by Python. However, when we use mingw-python
which acts like Unix Python with Native Windows Emacs, we have a problem
because mingw-python do not handle '\r'. This patch manually replace
'\r\n' with '\n' to solve the problem.

close #573
2015-05-04 05:39:54 -04:00
..
.gitignore feat(bin): add linja.in and LEAN_BIN_DEP cmake option 2015-02-04 15:46:08 -08:00
leanemacs.bat.in feat(CMakeLists.txt): add leanemacs.bat for Windows 2015-01-30 14:16:57 -08:00
leanemacs.in feat(bin/leanemacs): allow user to provide arguments (e.g., .lean files) to leanemacs script 2015-01-31 17:41:50 -08:00
leantags feat(python): add python 3 compatibility 2015-01-21 17:13:55 -05:00
linja.in fix(bin/linja): replace windows newline '\r\n' to unix newline '\n' 2015-05-04 05:39:54 -04:00
test_leanemacs feat(bin/leanemacs): allow user to provide arguments (e.g., .lean files) to leanemacs script 2015-01-31 17:41:50 -08:00
version fix(frontends/lean/parser_config): binder(s) rbp was not being saved in .olean file 2014-11-23 17:49:14 -08:00