Leonardo de Moura
|
dde4a46fe3
|
feat(library/vm): add 'trace'
|
2016-06-08 16:32:20 -07:00 |
|
Leonardo de Moura
|
586e9447d1
|
feat(frontends/lean/builtin_cmds): add command #tactic for testing new tactic framework
|
2016-06-08 16:19:41 -07:00 |
|
Leonardo de Moura
|
165d45ac32
|
fix(library/compiler/erase_irrelevant): monad.return was renamed to monad.ret
|
2016-06-08 16:17:33 -07:00 |
|
Leonardo de Moura
|
cf073f5ed0
|
feat(library/tactic): add tactic_state
|
2016-06-08 15:12:22 -07:00 |
|
Leonardo de Moura
|
a90926a2d0
|
feat(library/vm/vm_environment): add rest of environment API
|
2016-06-07 17:51:04 -07:00 |
|
Leonardo de Moura
|
8f10e18f53
|
feat(library/vm/vm_environment): expose 'environment.add_inductive'
|
2016-06-07 17:24:43 -07:00 |
|
Leonardo de Moura
|
b28e724709
|
feat(library/vm): expose 'environment' C++ object
|
2016-06-07 17:01:17 -07:00 |
|
Leonardo de Moura
|
376bc8a090
|
feat(library/vm): expose 'declaration' C++ object
|
2016-06-07 15:38:48 -07:00 |
|
Leonardo de Moura
|
7ff06e1b2c
|
feat(library/meta): exceptional monad
|
2016-06-07 15:19:43 -07:00 |
|
Leonardo de Moura
|
36c61bc0fb
|
refactor(library/init): cmp_result => ordering
|
2016-06-07 10:14:07 -07:00 |
|
Leonardo de Moura
|
aeee79da2b
|
chore(library): library/tactic => library/old_tactic
|
2016-06-06 16:38:27 -07:00 |
|
Leonardo de Moura
|
2eafe66240
|
fix(library/compiler/lambda_lifting): relax assertion
|
2016-06-06 14:11:05 -07:00 |
|
Leonardo de Moura
|
6157c66ac3
|
feat(library/vm/vm): allow vm_external subclasses to use their own memory allocation policy
|
2016-06-06 12:50:55 -07:00 |
|
Leonardo de Moura
|
fb6c9f2879
|
feat(library/vm/vm_expr): add more functions to 'expr' API
|
2016-06-06 11:26:19 -07:00 |
|
Leonardo de Moura
|
5cb998ce5f
|
feat(library/type_context): relax assertion
|
2016-06-06 10:54:05 -07:00 |
|
Leonardo de Moura
|
a55a936db2
|
feat(library/vm): expose C++ 'expr' object
|
2016-06-05 21:13:00 -07:00 |
|
Leonardo de Moura
|
1f8c58415e
|
feat(library/vm): expose C++ 'level' object
|
2016-06-05 12:55:57 -07:00 |
|
Leonardo de Moura
|
7da3fe024a
|
feat(library/vm/vm_rb_map): add rb_map.fold
|
2016-06-03 17:32:53 -07:00 |
|
Leonardo de Moura
|
9eb9be2911
|
fix(library/vm/vm): make sure objects are not garbage collected at invoke_cfun when the VM stack is resized
|
2016-06-03 17:31:47 -07:00 |
|
Leonardo de Moura
|
b5ca231cdf
|
fix(library/vm/vm): problems detected when using valgrind
|
2016-06-03 16:55:01 -07:00 |
|
Leonardo de Moura
|
163a650ede
|
chore(library/vm): fix style
|
2016-06-03 16:22:14 -07:00 |
|
Leonardo de Moura
|
5a9a5dabd6
|
perf(library/vm/vm): improve performance of invoke_closure
|
2016-06-03 15:39:18 -07:00 |
|
Leonardo de Moura
|
1834cab3f2
|
feat(library/meta): add has_cmp type class
|
2016-06-03 14:06:46 -07:00 |
|
Leonardo de Moura
|
9a14f7543c
|
feat(library/vm): expose rb_map object
|
2016-06-03 13:45:06 -07:00 |
|
Leonardo de Moura
|
fe4fafd95d
|
chore(library/vm): remove unnecessary includes
|
2016-06-03 13:07:06 -07:00 |
|
Leonardo de Moura
|
5e237f1c47
|
chore(library/scoped_ext): remove dead code
|
2016-06-03 12:57:18 -07:00 |
|
Leonardo de Moura
|
224203f215
|
feat(library,frontends/lean/builtin_cmds): store export cmds and replay them
see #603
closes #723
|
2016-06-03 12:51:12 -07:00 |
|
Leonardo de Moura
|
eafc78f02d
|
feat(library/meta/name): add extra name functions
|
2016-06-03 09:36:42 -07:00 |
|
Leonardo de Moura
|
3b57246a62
|
feat(library/meta/format): add 'pp' helper function
|
2016-06-02 17:57:29 -07:00 |
|
Leonardo de Moura
|
801a57dba1
|
feat(library/vm): expose C++ 'format' object
|
2016-06-02 17:37:27 -07:00 |
|
Leonardo de Moura
|
df0d39ccee
|
feat(kernel,library/definitional,frontends/lean/structure_cmd): make sure we can define inductive datatypes and structures containing untrusted declarations
If they contain untrusted declarations, then the associated
declarations (e.g., constructors) will be automatically tagged as untrusted.
|
2016-06-02 16:19:06 -07:00 |
|
Leonardo de Moura
|
924f3629ee
|
feat(library/vm): expose name of the C++ functions that implement builtins
|
2016-06-02 12:48:43 -07:00 |
|
Sebastian Ullrich
|
647078bd40
|
feat(frontends/lean/pp): add option to hide binder types
Replace old pp.hide_binder_types option
Conflicts:
src/frontends/lean/pp.cpp
src/library/pp_options.cpp
src/library/pp_options.h
|
2016-06-02 12:01:57 -07:00 |
|
Leonardo de Moura
|
06cb26176c
|
feat(library/vm): expose C++ options object
|
2016-06-02 11:46:17 -07:00 |
|
Leonardo de Moura
|
417e5ec604
|
chore(library/vm/vm): typo
|
2016-06-02 11:46:07 -07:00 |
|
Leonardo de Moura
|
a6a7daff59
|
refactor(library/vm): avoid constants.txt when creating bindings
|
2016-06-02 11:45:56 -07:00 |
|
Leonardo de Moura
|
a05f8719df
|
fix(library/definitional/equations): fix missing case
|
2016-06-01 19:28:48 -07:00 |
|
Leonardo de Moura
|
4ae7afd8c4
|
fix(library/definitional/equations): potential non-termination
|
2016-06-01 19:23:36 -07:00 |
|
Leonardo de Moura
|
81947e145e
|
feat(library/vm,library/compiler): add support for builtin cases_on
|
2016-06-01 19:06:52 -07:00 |
|
Leonardo de Moura
|
6f02d30185
|
feat(library/vm): add basic support for C++ name objects in the VM
We still need to add support for the recursor
|
2016-06-01 13:10:24 -07:00 |
|
Leonardo de Moura
|
e72a8f4a9b
|
feat(library/vm/vm): add support for builtin constants
|
2016-06-01 13:05:39 -07:00 |
|
Leonardo de Moura
|
e7b47a504e
|
feat(frontends/lean): add meta_definition and meta_constant commands
|
2016-06-01 09:12:41 -07:00 |
|
Leonardo de Moura
|
8bccfc23da
|
feat(library/vm): add example of C function invoking Lean closure
|
2016-05-31 18:45:14 -07:00 |
|
Leonardo de Moura
|
d1e37f1948
|
fix(library/vm/vm): invoke_closure
|
2016-05-31 18:44:53 -07:00 |
|
Leonardo de Moura
|
032750f4cb
|
feat(library/vm/vm): add dynamic declare_vm_builtin
|
2016-05-31 17:42:42 -07:00 |
|
Leonardo de Moura
|
b31a7bd3e7
|
feat(library/vm): use cfunction style for nat and IO primitives
|
2016-05-31 17:22:27 -07:00 |
|
Leonardo de Moura
|
faf70ed58c
|
feat(library/vm/vm): add support for declaring builtin cfunctions
|
2016-05-31 16:48:11 -07:00 |
|
Leonardo de Moura
|
25903645a7
|
feat(library/vm/vm): add some sanity checking
|
2016-05-31 16:29:01 -07:00 |
|
Leonardo de Moura
|
e843062be7
|
feat(library/vm/vm): add support to builtin c-like functions that use the system stack to pass arguments
|
2016-05-31 16:19:43 -07:00 |
|
Leonardo de Moura
|
4e5b8e8d0e
|
fix(library/string): conversion from std::string to lean expr
|
2016-05-31 16:19:01 -07:00 |
|