lean2/src/frontends/lean
Leonardo de Moura e765105ea5 fix(frontends/lean/pp): let expressions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-25 12:30:39 -07:00
..
CMakeLists.txt refactor(frontends/lean/elaborator): delete old_elaborator, and create frontend_elaborator class that will be based on library/elaborator/elaborator 2013-10-24 10:45:59 -07:00
coercion.h Rename lean frontend files. The prefix lean_ is not necessary anymore. 2013-09-12 20:09:35 -07:00
frontend.cpp feat(frontends/lean): add get_coercions method 2013-10-24 14:38:09 -07:00
frontend.h feat(frontends/lean): add get_coercions method 2013-10-24 14:38:09 -07:00
frontend_elaborator.cpp fix(elaborator): fix bug in higher-order matching/unification 2013-10-24 17:53:37 -07:00
frontend_elaborator.h feat(frontends/lean): hook new elaborator in the default frontend 2013-10-24 15:14:29 -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 fix(frontends/lean/parser): option propagation 2013-10-24 19:04:06 -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 fix(frontends/lean/pp): let expressions 2013-10-25 12:30:39 -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