lean2/src/frontends/lean
Leonardo de Moura c3bc6afb12 refactor(library/arith): move int and nat declarations to .lean files.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-30 10:32:14 -08:00
..
CMakeLists.txt feat(kernel/object): serializer for kernel objects 2013-12-28 14:39:10 -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(library/arith): move int and nat declarations to .lean files. 2013-12-30 10:32:14 -08:00
frontend.h feat(frontends/lean): add Alias command 2013-12-29 16:25:45 -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.cpp refactor(library/arith): move int and nat declarations to .lean files. 2013-12-30 10:32:14 -08:00
notation.h refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -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/arith): replace Nat, Int, Real with simple variable decls instead of semantic attachments 2013-12-29 17:04:36 -08:00
parser.cpp refactor(library/arith): move int and nat declarations to .lean files. 2013-12-30 10:32:14 -08:00
parser.h feat(frontends/lean/parser): add command macros 2013-12-26 13:00:28 -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 feat(frontends/lean): macro definition using Lua 2013-12-19 19:08:10 -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