lean4-htt/src/library/compiler
2016-11-22 10:24:13 -08:00
..
CMakeLists.txt feat(library/compiler): better support for numeric constants 2016-05-12 16:33:37 -07:00
comp_irrelevant.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
comp_irrelevant.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
compiler_step_visitor.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
compiler_step_visitor.h feat(library/type_context): improved (and simplified) cache management for type_context 2016-08-23 17:56:58 -07:00
elim_recursors.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
elim_recursors.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
erase_irrelevant.cpp chore(library/system): enforce Lean naming conventions IO ==> io 2016-11-17 11:27:37 -08:00
erase_irrelevant.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
eta_expansion.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
eta_expansion.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
init_module.cpp feat(library/compiler): better support for numeric constants 2016-05-12 16:33:37 -07:00
init_module.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
inliner.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
inliner.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
lambda_lifting.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
lambda_lifting.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
nat_value.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
nat_value.h feat(library/compiler/erase_irrelevant): add support for IO monad.bind 2016-05-24 18:14:39 -07:00
preprocess.cpp fix(library/compiler/preprocess): make sure let-expressions are not expanded in the compiler preprocessor 2016-11-22 10:24:13 -08:00
preprocess.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
procedure.h fix(library/compiler): missing file 2016-11-10 09:34:32 -08:00
rec_fn_macro.cpp fix(frontends/lean/elaborator): postprocess rec_fn_macros used in meta_definitions 2016-09-18 13:01:50 -07:00
rec_fn_macro.h fix(frontends/lean/elaborator): postprocess rec_fn_macros used in meta_definitions 2016-09-18 13:01:50 -07:00
reduce_arity.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
reduce_arity.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
simp_inductive.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
simp_inductive.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
simp_pr1_rec.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
simp_pr1_rec.h refactor(library): rename pr1/pr2 ==> fst/snd 2016-09-21 09:48:39 -07:00
util.cpp chore(kernel): remove support for mutually inductive datatypes from the kernel 2016-09-10 17:39:17 -07:00
util.h feat(library/compiler): generate better auxiliary function names 2016-05-11 10:26:51 -07:00
vm_compiler.cpp feat(library/vm/vm): Store position information at vm_decl's 2016-11-11 15:39:32 -08:00
vm_compiler.h chore(library/compiler/vm_compiler): hide API 2016-11-05 14:11:21 -07:00