| .. |
|
CMakeLists.txt
|
refactor(frontends/lua): rename leanlua_state to script_state, and move it to util
|
2013-11-27 14:57:36 -08:00 |
|
coercion.h
|
Rename lean frontend files. The prefix lean_ is not necessary anymore.
|
2013-09-12 20:09:35 -07:00 |
|
frontend.cpp
|
refactor(kernel/object): remove 'null' object, and operator bool for kernel objects
|
2013-12-08 14:37:38 -08:00 |
|
frontend.h
|
refactor(kernel/object): remove 'null' object, and operator bool for kernel objects
|
2013-12-08 14:37:38 -08:00 |
|
frontend_elaborator.cpp
|
feat(kernel/expr): add some_expr and none_expr for building values of type optional<expr>
|
2013-12-08 10:34:38 -08:00 |
|
frontend_elaborator.h
|
feat(frontends/lean/parser): add basic tactic support in the frontend
|
2013-11-28 21:08:12 -08:00 |
|
notation.cpp
|
feat(kernel): add abstraction (aka function extensionality) axiom
|
2013-12-01 13:57:14 -08:00 |
|
notation.h
|
fix(frontends/lean/notation): change the precedence of '->'
|
2013-12-06 13:23:24 -08:00 |
|
operator_info.cpp
|
chore(*): add LCOV_EXCL_LINE to lean_unreachable statements
|
2013-11-11 09:19:38 -08:00 |
|
operator_info.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
|
parser.cpp
|
refactor(library/tactic): remove 'null' tactic, and operator bool tactics
|
2013-12-08 15:00:16 -08:00 |
|
parser.h
|
refactor(frontends/lua): rename leanlua_state to script_state, and move it to util
|
2013-11-27 14:57:36 -08:00 |
|
pp.cpp
|
feat(kernel/expr): add some_expr and none_expr for building values of type optional<expr>
|
2013-12-08 10:34:38 -08:00 |
|
pp.h
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
|
register_module.cpp
|
refactor(util/script_state): replace std::recursive_mutex with std::mutex, and use unlock_guard
|
2013-11-27 15:40:41 -08:00 |
|
register_module.h
|
refactor(frontends/lua): rename leanlua_state to script_state, and move it to util
|
2013-11-27 14:57:36 -08:00 |
|
scanner.cpp
|
feat(frontends/lean): allow 'tactic hints' to be associated with 'holes'
|
2013-12-06 14:49:39 -08:00 |
|
scanner.h
|
feat(frontends/lean): allow 'tactic hints' to be associated with 'holes'
|
2013-12-06 14:49:39 -08:00 |