lean4-htt/src/frontends/lean
Leonardo de Moura f1e0d6ec29 refactor(beta_reduction): move beta reduction functions to the kernel, delete reduce.cpp file and tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-23 15:44:26 -07:00
..
CMakeLists.txt Rename lean frontend files. The prefix lean_ is not necessary anymore. 2013-09-12 20:09:35 -07:00
coercion.h Rename lean frontend files. The prefix lean_ is not necessary anymore. 2013-09-12 20:09:35 -07:00
elaborator.cpp refactor(beta_reduction): move beta reduction functions to the kernel, delete reduce.cpp file and tests 2013-10-23 15:44:26 -07:00
elaborator.h feat(elaborator): add new elaborator interface 2013-10-22 08:15:36 -07:00
elaborator_exception.cpp feat(elaborator): add new elaborator interface 2013-10-22 08:15:36 -07:00
elaborator_exception.h feat(elaborator): add new elaborator interface 2013-10-22 08:15:36 -07:00
frontend.cpp Update to suppress unused-parameter warnings 2013-09-19 22:40:34 -07:00
frontend.h Use consistent naming conventions 2013-09-17 14:43:07 -07:00
notation.cpp Apply coding style 2013-09-13 18:48:09 -07:00
notation.h Rename lean frontend files. The prefix lean_ is not necessary anymore. 2013-09-12 20:09:35 -07:00
operator_info.cpp refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements 2013-09-25 21:27:20 -07:00
operator_info.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
parser.cpp feat(elaborator): add new elaborator interface 2013-10-22 08:15:36 -07:00
parser.h Rename lean frontend files. The prefix lean_ is not necessary anymore. 2013-09-12 20:09:35 -07:00
pp.cpp refactor(metavar): reorganize and simplify metavariables 2013-10-22 08:15:36 -07:00
pp.h refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
scanner.cpp Rename lean frontend files. The prefix lean_ is not necessary anymore. 2013-09-12 20:09:35 -07:00
scanner.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00