lean4-htt/src/library/vm
2017-02-17 15:41:58 +01:00
..
CMakeLists.txt feat(library,frontends/lean): expose parser to Lean and use for parsing tactic parameters 2017-02-17 13:45:56 +01:00
init_module.cpp feat(library,frontends/lean): expose parser to Lean and use for parsing tactic parameters 2017-02-17 13:45:56 +01:00
init_module.h
interaction_state.h chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
optimize.cpp
optimize.h
vm.cpp fix(library/vm/vm): incorrect lean_vm_check 2017-02-16 11:39:23 -08:00
vm.h perf(library/vm/vm_nat): use __builtin_expect to optimize nat operations 2017-02-15 23:25:26 -08: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 fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_declaration.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_environment.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_environment.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_exceptional.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_exceptional.h
vm_expr.cpp refactor(init/meta): move macro creation defs from expr to pexpr 2017-02-17 13:45:57 +01:00
vm_expr.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_format.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
vm_format.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_int.cpp feat(library/vm): use native representation for int in the VM 2016-12-18 15:04:02 -08: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 fix(library/compiler/erase_irrelevant): remove broken io monad optimization 2017-02-07 21:24:31 -08:00
vm_io.h fix(library/compiler/erase_irrelevant): remove broken io monad optimization 2017-02-07 21:24:31 -08:00
vm_level.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_level.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_list.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_list.h feat(src/library/tactic): tactic.induction_core returns for each new goal the list of introduced hypotheses and substitutions for dependent hypotheses 2017-02-10 16:07:33 -08:00
vm_name.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_name.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_nat.cpp perf(library/vm/vm_nat): use __builtin_expect to optimize nat operations 2017-02-15 23:25:26 -08:00
vm_nat.h chore(library/vm/vm_nat): add default value at force_to_unsigned 2017-01-03 10:26:36 -08:00
vm_native.cpp feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
vm_native.h feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
vm_option.h
vm_options.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
vm_parser.h feat(library,frontends/lean): expose parser to Lean and use for parsing tactic parameters 2017-02-17 13:45:56 +01:00
vm_pexpr.cpp refactor(init/meta): move macro creation defs from expr to pexpr 2017-02-17 13:45:57 +01:00
vm_pexpr.h
vm_rb_map.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_rb_map.h
vm_string.cpp fix(library/vm/vm_string): signed->unsigned cast 2017-02-17 13:03:47 +01:00
vm_string.h
vm_task.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_task.h feat(init/meta/task): allow task creation from VM 2017-01-28 08:27:23 +01:00