| .. |
|
CMakeLists.txt
|
chore(*): remove more stuff
|
2018-08-23 15:56:31 -07:00 |
|
init_module.cpp
|
chore(*): remove more stuff
|
2018-08-23 15:56:31 -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
|
feat(library/compiler): provide options to vm_compile
|
2018-09-30 08:50:40 -07:00 |
|
optimize.cpp
|
|
|
|
optimize.h
|
|
|
|
vm.cpp
|
feat(*): use new inductive datatype module
|
2018-09-06 18:09:22 -07:00 |
|
vm.h
|
feat(src/library/vm/vm): profile: record and display self times
|
2018-07-30 17:30:20 -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
|
|
|
|
vm_aux.cpp
|
|
|
|
vm_aux.h
|
|
|
|
vm_format.cpp
|
refactor(kernel): move formatting stuff out of the kernel
|
2018-06-07 16:28:54 -07:00 |
|
vm_format.h
|
|
|
|
vm_int.cpp
|
chore(library/vm): rename constants
|
2018-05-20 12:30:15 -07:00 |
|
vm_int.h
|
|
|
|
vm_io.cpp
|
fix(library/vm/vm_io): move all primitives into io
|
2018-08-21 08:43:10 -07:00 |
|
vm_io.h
|
refactor(library/vm/vm_io,library/system/io): remove io classes, make errors explicit
|
2018-08-21 08:43:09 -07:00 |
|
vm_list.cpp
|
chore(*): remove more stuff
|
2018-08-23 15:56:31 -07:00 |
|
vm_list.h
|
refactor(*): name convention obj_list => list_ref
|
2018-06-15 16:05:11 -07:00 |
|
vm_name.cpp
|
fix(*): truncation bugs
|
2018-06-15 16:05:11 -07:00 |
|
vm_name.h
|
|
|
|
vm_nat.cpp
|
fix(library/init/data/nat/basic,library/vm/vm_nat): regression in old compiler: primitive for nat equality was ignored
|
2018-09-14 16:33:04 -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
|
|
|
|
vm_options.cpp
|
chore(util,library): remove small_object_allocator
|
2018-04-12 16:43:10 -07:00 |
|
vm_options.h
|
|
|
|
vm_ordering.h
|
|
|
|
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
|
|
|
|
vm_pos_info.h
|
|
|
|
vm_string.cpp
|
fix(library/vm/vm_string): fix iterator.extract
|
2018-09-28 13:08:24 -07:00 |
|
vm_string.h
|
|
|