| .. |
|
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
|
fix(library/vm/optimize): bytecode optimization
|
2016-05-23 14:35:10 -07:00 |
|
optimize.h
|
|
|
|
vm.cpp
|
fix(library/tactic/tactic_state): remove problematic get_tactic_vm_state
|
2016-08-23 07:38:44 -07:00 |
|
vm.h
|
fix(library/tactic/tactic_state): remove problematic get_tactic_vm_state
|
2016-08-23 07:38:44 -07:00 |
|
vm_aux.cpp
|
feat(library/vm): add 'trace'
|
2016-06-08 16:32:20 -07:00 |
|
vm_aux.h
|
feat(library/vm,library/init): add builtin timeit primitive for profiling
|
2016-05-26 12:44:49 -07:00 |
|
vm_declaration.cpp
|
feat(library/vm): expose reducibility_hints
|
2016-09-04 18:09:10 -07:00 |
|
vm_declaration.h
|
feat(library/vm): expose 'declaration' C++ object
|
2016-06-07 15:38:48 -07:00 |
|
vm_environment.cpp
|
feat(library/init/meta): add helper functions
|
2016-07-23 11:39:11 -07:00 |
|
vm_environment.h
|
feat(library/vm): expose 'environment' C++ object
|
2016-06-07 17:01:17 -07:00 |
|
vm_exceptional.cpp
|
chore(*): fix compilation warnings
|
2016-08-10 18:03:13 -07:00 |
|
vm_exceptional.h
|
feat(library/tactic/tactic_state): add basic tactics for inferring types, unifying terms, etc
|
2016-06-11 10:51:33 -07:00 |
|
vm_expr.cpp
|
feat(library/vm/vm_expr): add expr.hash
|
2016-06-23 12:45:31 -07:00 |
|
vm_expr.h
|
feat(library/vm): avoid list<A> eager conversion to vm_obj (for A in {name, level, expr})
|
2016-06-09 14:16:32 -07:00 |
|
vm_format.cpp
|
feat(library/vm/vm_format,library/tactic): use thunks unit->format when producing error messages
|
2016-08-04 19:19:09 -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
|
feat(library/vm): expose name of the C++ functions that implement builtins
|
2016-06-02 12:48:43 -07:00 |
|
vm_io.h
|
feat(library/vm): add basic support for IO monad
|
2016-05-24 17:52:22 -07:00 |
|
vm_level.cpp
|
feat(library/vm): avoid list<A> eager conversion to vm_obj (for A in {name, level, expr})
|
2016-06-09 14:16:32 -07:00 |
|
vm_level.h
|
feat(library/vm): avoid list<A> eager conversion to vm_obj (for A in {name, level, expr})
|
2016-06-09 14:16:32 -07:00 |
|
vm_list.cpp
|
feat(library/init/meta/fun_info): expose fun_info
|
2016-06-22 14:00:00 -07:00 |
|
vm_list.h
|
feat(library/vm/vm_list): add to_list
|
2016-07-17 14:34:47 -04:00 |
|
vm_name.cpp
|
feat(library/init/meta): add helper functions
|
2016-07-23 11:39:11 -07:00 |
|
vm_name.h
|
feat(library/vm): avoid list<A> eager conversion to vm_obj (for A in {name, level, expr})
|
2016-06-09 14:16:32 -07:00 |
|
vm_nat.cpp
|
feat(library/vm): expose 'environment' C++ object
|
2016-06-07 17:01:17 -07:00 |
|
vm_nat.h
|
feat(library/vm): expose 'environment' C++ object
|
2016-06-07 17:01:17 -07:00 |
|
vm_option.h
|
feat(library/tactic/app_builder_tactics): add tactic.mk_mapp
|
2016-06-14 17:33:32 -07:00 |
|
vm_options.cpp
|
feat(library/vm/vm): allow vm_external subclasses to use their own memory allocation policy
|
2016-06-06 12:50:55 -07:00 |
|
vm_options.h
|
feat(library/vm): expose C++ options object
|
2016-06-02 11:46:17 -07:00 |
|
vm_ordering.h
|
refactor(library/init): cmp_result => ordering
|
2016-06-07 10:14:07 -07:00 |
|
vm_pexpr.cpp
|
refactor(library/init/meta): qexpr ==> pexpr
|
2016-08-05 17:04:36 -07:00 |
|
vm_pexpr.h
|
refactor(library/init/meta): qexpr ==> pexpr
|
2016-08-05 17:04:36 -07:00 |
|
vm_rb_map.cpp
|
refactor(library/init): cmp_result => ordering
|
2016-06-07 10:14:07 -07:00 |
|
vm_rb_map.h
|
feat(library/vm): expose rb_map object
|
2016-06-03 13:45:06 -07:00 |
|
vm_string.cpp
|
chore(library/vm): style
|
2016-05-26 12:57:34 -07:00 |
|
vm_string.h
|
refactor(library/vm): move vm_obj <=> string conversion functions to separate module
|
2016-05-26 10:47:19 -07:00 |