lean4-htt/src/library/vm
2016-11-14 16:13:56 -08:00
..
CMakeLists.txt refactor(library): move user_attribute to tactic folder 2016-08-26 09:28:42 -07:00
init_module.cpp refactor(library): move user_attribute to tactic folder 2016-08-26 09:28:42 -07:00
init_module.h
optimize.cpp
optimize.h
vm.cpp feat(library/vm,library/tactic/vm_monitor): use optionT to define vm monad 2016-11-14 16:13:56 -08:00
vm.h feat(library/vm/vm): invoke debugger (aka vm_monitor) 2016-11-14 14:45:49 -08:00
vm_aux.cpp
vm_aux.h
vm_declaration.cpp fix(library/vm/vm_declaration): fix typo in instantiate_value_univ_params 2016-10-06 21:34:00 -07:00
vm_declaration.h
vm_environment.cpp chore(*): fix style errors 2016-11-04 09:47:17 -07:00
vm_environment.h
vm_exceptional.cpp feat(library/vm/vm_exceptional): handle formatted_exception 2016-09-25 18:52:13 -07:00
vm_exceptional.h
vm_expr.cpp feat(library/vm): add expr.copy_pos_info 2016-11-10 11:50:38 -08:00
vm_expr.h refactor(library/tactic/simplify): add simplify subclasses, and use new simplifier at nested 2016-10-18 16:18:25 -07:00
vm_format.cpp chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -07:00
vm_format.h feat(library/vm/vm_format,library/tactic): use thunks unit->format when producing error messages 2016-08-04 19:19:09 -07:00
vm_io.cpp fix(library/vm/vm_io): disable get_line in server mode 2016-10-19 10:02:58 -07:00
vm_io.h
vm_level.cpp chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -07:00
vm_level.h
vm_list.cpp chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -07:00
vm_list.h
vm_name.cpp chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -07:00
vm_name.h
vm_nat.cpp
vm_nat.h
vm_option.h
vm_options.cpp chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -07:00
vm_options.h
vm_ordering.h
vm_pexpr.cpp feat(frontends/lean): improve 'begin...end' blocks 2016-09-27 13:34:11 -07:00
vm_pexpr.h refactor(library/init/meta): qexpr ==> pexpr 2016-08-05 17:04:36 -07:00
vm_rb_map.cpp chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -07:00
vm_rb_map.h
vm_string.cpp
vm_string.h