lean4-htt/src/frontends/lean
Leonardo de Moura 390a78a8d2 chore(frontends/lean/parser): remove 'Skipped' message
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-30 15:35:12 -08:00
..
CMakeLists.txt refactor(library/arith): move real and special function declarations to .lean files 2013-12-30 11:02:22 -08:00
coercion.cpp feat(frontends/lean/parser): make Import command use binary Lean files 2013-12-28 19:20:04 -08:00
coercion.h feat(kernel/object): serializer for kernel objects 2013-12-28 14:39:10 -08:00
environment_scope.cpp feat(kernel/object): serializer for kernel objects 2013-12-28 14:39:10 -08:00
environment_scope.h feat(frontends/lean): Scopes in the default Lean frontend 2013-12-18 17:40:21 -08:00
frontend.cpp refactor(builtin): only load the kernel and natural numbers by default 2013-12-30 13:35:37 -08:00
frontend.h refactor(builtin): only load the kernel and natural numbers by default 2013-12-30 13:35:37 -08:00
frontend_elaborator.cpp feat(kernel/expr): serializer for kernel expressions 2013-12-28 01:23:21 -08:00
frontend_elaborator.h feat(frontends/lean): improve error messages when elaborator cannot instantiate all metavariables 2013-12-20 22:00:50 -08:00
notation.h refactor(library/arith): move real and special function declarations to .lean files 2013-12-30 11:02:22 -08:00
operator_info.cpp refactor(library/arith): replace Nat, Int, Real with simple variable decls instead of semantic attachments 2013-12-29 17:04:36 -08:00
operator_info.h refactor(library/io_state): move to the kernel 2013-12-30 11:20:23 -08:00
parser.cpp chore(frontends/lean/parser): remove 'Skipped' message 2013-12-30 15:35:12 -08:00
parser.h refactor(library/io_state): move to the kernel 2013-12-30 11:20:23 -08:00
pp.cpp refactor(library/arith): replace Nat, Int, Real with simple variable decls instead of semantic attachments 2013-12-29 17:04:36 -08:00
pp.h feat(kernel): export/import (.olean) binary files 2013-12-28 17:31:35 -08:00
register_module.cpp refactor(library/io_state): move to the kernel 2013-12-30 11:20:23 -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 refactor(library/arith): move int and nat declarations to .lean files. 2013-12-30 10:32:14 -08:00
scanner.h refactor(library/arith): move int and nat declarations to .lean files. 2013-12-30 10:32:14 -08:00