Leonardo de Moura
|
dfd2a23cd4
|
feat(frontends/lean): use #"c" instead of 'c' for character literals
The new notation is the same one used in Standard ML.
It will also allow us to use ' in the beginning of identifiers like Standard ML.
|
2016-11-17 11:35:54 -08:00 |
|
Leonardo de Moura
|
e16e9880f7
|
chore(library/system): enforce Lean naming conventions IO ==> io
|
2016-11-17 11:27:37 -08:00 |
|
Leonardo de Moura
|
761950bc3b
|
chore(library/tactic/vm_monitor): remove "leftovers"
|
2016-11-16 14:23:55 -08:00 |
|
Leonardo de Moura
|
91c8ff746f
|
feat(cli_debugger): add commands for traversing stack frames
|
2016-11-16 12:37:18 -08:00 |
|
Leonardo de Moura
|
b8e904094c
|
feat(cli_debugger): add breakpoints
|
2016-11-16 10:05:36 -08:00 |
|
Leonardo de Moura
|
8068f3e80a
|
feat(library/tactic/vm_monitor): add vm.get_env action
|
2016-11-16 09:09:25 -08:00 |
|
Leonardo de Moura
|
b0d6d171be
|
feat(library/tactic/vm_monitor): add basic io support for VM monad
|
2016-11-15 18:42:14 -08:00 |
|
Leonardo de Moura
|
3628870121
|
feat(library/tactic/vm_monitor): extend VM introspection API
|
2016-11-15 15:05:46 -08:00 |
|
Leonardo de Moura
|
ba3303163d
|
fix(library/vm/vm_nat): nat.has_decidable_eq has been renamed
|
2016-11-15 14:41:04 -08:00 |
|
Leonardo de Moura
|
d5aa92eaeb
|
feat(library/tactic/tactic_state): add vm_obj introspection
|
2016-11-14 21:58:34 -08:00 |
|
Leonardo de Moura
|
82aade5185
|
feat(library/tactic/vm_monitor): add vm_decl introspection
|
2016-11-14 18:04:53 -08:00 |
|
Leonardo de Moura
|
f7fd8e4384
|
chore(library/tactic/vm_monitor): fix style
|
2016-11-14 17:33:56 -08:00 |
|
Leonardo de Moura
|
277ff818a1
|
feat(library/tactic/vm_monitor): add VM introspection API
|
2016-11-14 17:25:25 -08:00 |
|
Leonardo de Moura
|
8d64376797
|
chore(library/type_context): add more trace messages
|
2016-11-14 16:24:54 -08:00 |
|
Leonardo de Moura
|
fffe69fdf9
|
feat(library/vm,library/tactic/vm_monitor): use optionT to define vm monad
|
2016-11-14 16:13:56 -08:00 |
|
Leonardo de Moura
|
7232e3a076
|
feat(library/vm/vm): invoke debugger (aka vm_monitor)
|
2016-11-14 14:45:49 -08:00 |
|
Leonardo de Moura
|
7114326b9f
|
fix(util/realpath): malloc/free mismatch
see #1190
|
2016-11-14 09:42:40 -08:00 |
|
Leonardo de Moura
|
5f55a7c0e1
|
fix(library/inductive_compiler/util): allow untrusted/meta declarations when checking intermediate steps
We need that when declaring meta inductive types with nested inductives.
|
2016-11-13 12:32:49 -08:00 |
|
Leonardo de Moura
|
a7344671e1
|
feat(library/vm/vm): add stack_info
|
2016-11-13 12:20:02 -08:00 |
|
Leonardo de Moura
|
381b2edaf7
|
feat(library/vm/vm): store .olean file name at vm_decl's
|
2016-11-11 16:19:19 -08:00 |
|
Leonardo de Moura
|
e673fa65ba
|
feat(library/vm/vm): Store position information at vm_decl's
|
2016-11-11 15:39:32 -08:00 |
|
Leonardo de Moura
|
b59c10118d
|
fix(*): memory leaks
|
2016-11-11 11:56:54 -08:00 |
|
Leonardo de Moura
|
1a8b582533
|
fix(frontends/lean/info_manager): uninitialized variable
|
2016-11-11 11:50:05 -08:00 |
|
Leonardo de Moura
|
714b780636
|
feat(frontends/lean/elaborator): save type info for let-exprs
|
2016-11-10 16:34:48 -08:00 |
|
Leonardo de Moura
|
d95645bd89
|
feat(frontends/lean/elaborator): save type information for binders
|
2016-11-10 15:39:38 -08:00 |
|
Sebastian Ullrich
|
2a37611d1f
|
feat(emacs): implement show-goal-at-pos using faster info manager
|
2016-11-10 15:17:15 -08:00 |
|
Sebastian Ullrich
|
e5fb11a219
|
chore(emacs/lean-debug): toggle via lean-debug-mode and automatically open debug buffer
|
2016-11-10 15:17:06 -08:00 |
|
Leonardo de Moura
|
922d48524b
|
fix(frontends/lean): fixes #1188
This commit also adds support for recording the type of local variables
in the info_manager
|
2016-11-10 15:08:25 -08:00 |
|
Leonardo de Moura
|
29e5464e42
|
fix(frontends/lean/tactic_notation): fix minor problem for info at position
See comment for details.
|
2016-11-10 13:48:35 -08:00 |
|
Leonardo de Moura
|
0e20d9493b
|
feat(library/quote): make sure to syntactically identical quoted expressions are not equated
Motivation: preserve position information
|
2016-11-10 13:35:54 -08:00 |
|
Leonardo de Moura
|
40fca8efd4
|
feat(frontends/lean): add tactic.save_type_info, preserve pos info at translate
|
2016-11-10 11:51:05 -08:00 |
|
Leonardo de Moura
|
a7af70da2e
|
feat(library/vm): add expr.copy_pos_info
|
2016-11-10 11:50:38 -08:00 |
|
Leonardo de Moura
|
83e0e7104c
|
feat(frontends/lean): save tactic_state in the info_manager
|
2016-11-10 09:56:36 -08:00 |
|
Leonardo de Moura
|
7d3c0c24f8
|
fix(library/compiler): missing file
|
2016-11-10 09:34:32 -08:00 |
|
Leonardo de Moura
|
d6000416f8
|
feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information
We will use this information in the debugger.
|
2016-11-09 16:51:48 -08:00 |
|
Leonardo de Moura
|
b79b76db83
|
feat(library/compiler/vm_compiler): improve local_info collection
|
2016-11-09 12:18:44 -08:00 |
|
Gabriel Ebner
|
a3aced1b30
|
feat(frontends/lean/structure_cmd): record position of structure declaration
|
2016-11-08 19:22:42 -08:00 |
|
Leonardo de Moura
|
6ce00a9b45
|
fix(library/compiler): move inliner to the beginning
Reason: the inliner may introduce recursors, non eta-expanded terms,
etc. Before this commit, it was "undoing" previous compilation steps.
|
2016-11-08 16:14:01 -08:00 |
|
Leonardo de Moura
|
c6558f8af5
|
feat(library/num): handle nat.zero and (nat.succ nat.zero) at to_num
|
2016-11-08 16:13:21 -08:00 |
|
Leonardo de Moura
|
6b3da2daf4
|
feat(library/compiler/vm_compiler): save local_info for let-expressions
|
2016-11-08 15:50:38 -08:00 |
|
Leonardo de Moura
|
d66584f390
|
feat(library/vm,library/compiler): save argument names
|
2016-11-08 15:10:04 -08:00 |
|
Gabriel Ebner
|
cd32335c51
|
feat(emacs/lean-info): push marker to go back after find-definition
|
2016-11-08 11:23:31 -08:00 |
|
Sebastian Ullrich
|
25803e745c
|
fix(emacs/lean-info): support jumping to definition in current file
|
2016-11-08 09:10:09 -08:00 |
|
Sebastian Ullrich
|
131f972499
|
fix(emacs): fix support for emacs < 25 again
|
2016-11-08 09:10:09 -08:00 |
|
Sebastian Ullrich
|
b0037684d8
|
fix(frontends/lean/elaborator): pass info_manager to nested elaborators via thread-local variable
|
2016-11-08 08:37:41 -08:00 |
|
Sebastian Ullrich
|
9bb167d619
|
chore(frontends/lean): bring back beautiful #ifdefs around json.hpp usage
|
2016-11-08 08:37:41 -08:00 |
|
Sebastian Ullrich
|
ef633abec7
|
chore(*): fix test and style
|
2016-11-08 08:37:41 -08:00 |
|
Sebastian Ullrich
|
bb75e6398a
|
feat(emacs, frontends/lean/info_manager): implement 'go to definition'
|
2016-11-08 08:37:41 -08:00 |
|
Sebastian Ullrich
|
96c9276f52
|
feat(emacs): first working version of info-at-pos
|
2016-11-08 08:37:41 -08:00 |
|
Sebastian Ullrich
|
bbb06dec70
|
fix(frontends/lean): pass around info_manager at more locations
|
2016-11-08 08:37:41 -08:00 |
|