lean4-htt/src/library/vm
2018-02-27 10:55:38 -08:00
..
CMakeLists.txt chore(library/native): remove dead code 2018-02-07 17:29:25 -08:00
init_module.cpp chore(library/native): remove dead code 2018-02-07 17:29:25 -08:00
init_module.h
interaction_state.h chore(library/vm/interaction_state): do not profile calls into Lean other than tactic execution 2018-02-19 09:13:24 -08:00
interaction_state_imp.h feat(library/time_task): print cumulative times on --profile 2018-02-19 09:13:24 -08:00
optimize.cpp
optimize.h
vm.cpp feat(library/time_task): print cumulative times on --profile 2018-02-19 09:13:24 -08:00
vm.h feat(library/vm): basic performance counters 2018-02-16 14:37:11 -08:00
vm_array.cpp feat(library/init): add d_array type 2017-11-06 14:56:11 -08:00
vm_array.h
vm_aux.cpp
vm_aux.h
vm_declaration.cpp
vm_declaration.h
vm_environment.cpp feat(library/init/meta/environment): expose function to unfold all macros 2017-07-18 19:49:53 +01:00
vm_environment.h
vm_exceptional.cpp
vm_exceptional.h
vm_expr.cpp feat(kernel/expr): allow metavariables to have user-facing names 2017-07-16 07:16:41 -07:00
vm_expr.h refactor(init/meta/expr): unify expr and pexpr 2017-05-17 10:38:12 -07:00
vm_format.cpp fix(library/io,tests/lean): io monad command line arguments, and tests 2018-01-23 15:24:41 -08:00
vm_format.h
vm_int.cpp refactor(library/init): remove has_cmp and is_ordering type classes 2017-11-14 08:33:24 -08:00
vm_int.h
vm_io.cpp chore(io): remove a few unneeded ref count bumps 2018-02-27 10:55:38 -08:00
vm_io.h fix(io_proc): fix crash on Windows/VS when invoking external processes 2018-02-27 10:43:09 -08:00
vm_level.cpp fix(library): expr, level, hash_map, rb_map has_repr instances should be has_to_string since they do not produce results that can be parsed by Lean 2017-06-18 18:33:27 -07:00
vm_level.h
vm_list.cpp
vm_list.h
vm_name.cpp
vm_name.h
vm_nat.cpp feat(library/system/io): add random number generator support in the io monad 2018-02-15 16:12:08 -08: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
vm_options.h
vm_ordering.h
vm_parser.cpp chore(library/vm/vm_parser): remove leftover comment 2017-12-17 09:52:44 -08:00
vm_parser.h feat(frontends/lean/user_command): add user-defined commands 2017-06-19 11:27:12 -07:00
vm_pexpr.cpp feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
vm_pexpr.h
vm_pos_info.cpp
vm_pos_info.h
vm_rb_map.cpp feat(library/init/meta): move rb_tree and rb_map to native namespace 2017-11-07 13:41:45 -08:00
vm_rb_map.h
vm_string.cpp feat(library/vm/vm_string): efficient iterator.extract 2018-01-10 13:27:28 -08: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
vm_task.cpp
vm_task.h