lean4-htt/src/library/vm
Leonardo de Moura 71fc35af1d chore(library/vm): remove meta rb_map
We should use the non-meta rbmap that is implemented in Lean.
2018-06-14 17:34:43 -07:00
..
CMakeLists.txt chore(library/vm): remove meta rb_map 2018-06-14 17:34:43 -07:00
init_module.cpp chore(library/vm): remove meta rb_map 2018-06-14 17:34:43 -07:00
init_module.h
interaction_state.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
interaction_state_imp.h refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
optimize.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
optimize.h
vm.cpp chore(*): remove redundant code 2018-05-22 16:46:04 -07:00
vm.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
vm_array.cpp feat(library/init/data/array): store dimension in the array 2018-05-03 15:43:03 -07:00
vm_array.h feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
vm_aux.cpp refactor(library/init): provide more general try_for, and implement tactic.try_for using it 2017-02-12 12:15:19 -08:00
vm_aux.h
vm_declaration.cpp refactor(kernel): use m_meta instead of m_trusted 2018-05-31 11:18:00 -07:00
vm_declaration.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_environment.cpp chore(library/vm): remove meta rb_map 2018-06-14 17:34:43 -07:00
vm_environment.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_exceptional.cpp refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
vm_exceptional.h refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
vm_expr.cpp chore(library/vm): remove meta rb_map 2018-06-14 17:34:43 -07:00
vm_expr.h refactor(init/meta/expr): unify expr and pexpr 2017-05-17 10:38:12 -07:00
vm_format.cpp refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
vm_format.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_int.cpp chore(library/vm): rename constants 2018-05-20 12:30:15 -07:00
vm_int.h feat(library/vm): use native representation for int in the VM 2016-12-18 15:04:02 -08:00
vm_io.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
vm_io.h feat(library/system/io): add io.run_tactic 2018-03-07 12:15:26 -08:00
vm_level.cpp refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
vm_level.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_list.cpp refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
vm_list.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
vm_name.cpp refactor(*): replace name with lean.name 2018-05-20 09:42:44 -07:00
vm_name.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_nat.cpp chore(library/vm): rename constants 2018-05-20 12:30:15 -07:00
vm_nat.h feat(library/system/io): add random number generator support in the io monad 2018-02-15 16:12:08 -08:00
vm_option.h feat(init/meta/{interactive_base,parser}): decl_attributes, decl_meta_info, parser.set_env 2017-06-19 11:27:12 -07:00
vm_options.cpp chore(util,library): remove small_object_allocator 2018-04-12 16:43:10 -07:00
vm_options.h feat(library/tactic/vm_monitor): extend VM introspection API 2016-11-15 15:05:46 -08:00
vm_ordering.h
vm_parser.cpp refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
vm_parser.h feat(frontends/lean/user_command): add user-defined commands 2017-06-19 11:27:12 -07:00
vm_pexpr.cpp chore(library/init): pexpr is now an opaque constant 2018-06-06 09:36:22 -07:00
vm_pexpr.h refactor(library/init/meta): qexpr ==> pexpr 2016-08-05 17:04:36 -07:00
vm_platform.cpp feat(library/vm): add support for system.platform.nbits in the VM 2018-05-03 15:54:54 -07:00
vm_platform.h feat(library/vm): add support for system.platform.nbits in the VM 2018-05-03 15:54:54 -07:00
vm_pos_info.cpp refactor(init/meta,library/vm): use structure for position information 2017-02-21 11:06:39 -08:00
vm_pos_info.h refactor(init/meta,library/vm): use structure for position information 2017-02-21 11:06:39 -08:00
vm_string.cpp feat(*): basic runtime string support 2018-05-14 16:52:55 -07:00
vm_string.h feat(library/vm/vm_string): provide native implementation of type string in the VM 2017-10-23 10:55:26 -07:00