Leonardo de Moura
|
d334bb1fa7
|
chore(*): remove more stuff
|
2018-08-23 15:56:31 -07:00 |
|
Leonardo de Moura
|
e5c3f04937
|
chore(frontends/lean): remove tactic notation
|
2018-08-23 13:44:52 -07:00 |
|
Leonardo de Moura
|
8ee2f4fea1
|
feat(*): basic runtime string support
|
2018-05-14 16:52:55 -07:00 |
|
Leonardo de Moura
|
b14d69b1d7
|
chore(*): remove converter, ac_tactics, hole_commands, rbtree/rbmap proofs, bitvec
|
2018-04-10 12:25:51 -07:00 |
|
Leonardo de Moura
|
bdea7d420d
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
Sebastian Ullrich
|
48147646bc
|
refactor(library): mk_result/get_result_* ~> mk_success/get_success_*
|
2018-03-01 14:56:01 +01:00 |
|
Sebastian Ullrich
|
e8c057f1de
|
refactor(library/module_mgr): simplify module loading code
|
2018-01-23 11:14:18 -08:00 |
|
Gabriel Ebner
|
403234f29e
|
fix(frontends/lean/interactive): fix empty prefix in autocompletion
|
2017-08-01 18:42:31 +01:00 |
|
Gabriel Ebner
|
ade83128f0
|
fix(frontends/lean/interactive): go-to-definition for relative imports
Fixes leanprover/vscode-lean#58.
|
2017-06-30 09:20:33 +02:00 |
|
Leonardo de Moura
|
9b250a2fb8
|
fix(frontends/lean/interactive): hole_commands
|
2017-06-15 17:03:40 -07:00 |
|
Leonardo de Moura
|
5cb96c7fa3
|
feat(frontends/lean): add option for pretty printing metavars, sorry and delayed abstractions as holes
This option is false by default, but true when executing hole commands
|
2017-06-15 10:24:26 -07:00 |
|
Leonardo de Moura
|
f0e5cc33c3
|
fix(frontends/lean/interactive): issue at https://github.com/leanprover/lean/pull/1671#discussion_r122243609
|
2017-06-15 09:43:08 -07:00 |
|
Gabriel Ebner
|
028c31779d
|
fix(frontends/lean/interactive): revert hole end column
I have tested this change in both emacs and vscode, and replacements
work correctly.
This reverts commit 6c2a144950.
|
2017-06-15 17:01:10 +02:00 |
|
Leonardo de Moura
|
e99786afcd
|
fix(frontends/lean): do not store duplicate holes
|
2017-06-15 07:53:38 -07:00 |
|
Leonardo de Moura
|
6c2a144950
|
fix(frontends/lean/interactive): hole end column
|
2017-06-15 07:36:11 -07:00 |
|
Gabriel Ebner
|
437ab1fc27
|
feat(server): add command to get all holes in a file
|
2017-06-15 10:23:26 +02:00 |
|
Leonardo de Moura
|
7557a9e000
|
feat(shell/server,frontends/lean): add "hole_commands" server command
The new command returns the list of registered/applicable hole
commands.
|
2017-06-14 22:16:34 -07:00 |
|
Leonardo de Moura
|
7528e14e68
|
feat(frontends/lean,shell/server): "hole" command
|
2017-06-14 21:56:17 -07:00 |
|
Leonardo de Moura
|
603bbe5987
|
fix(*): gcc 7 linking errors
|
2017-05-31 16:35:09 -07:00 |
|
Gabriel Ebner
|
baa4c48f1f
|
refactor(util/lean_path): explicitly pass around search path
|
2017-05-01 14:11:38 -07:00 |
|
Sebastian Ullrich
|
6ab0a008f9
|
feat(frontends/lean/{builtin_cmds,interactive}): complete namespace/section after end
|
2017-04-23 11:26:31 -07:00 |
|
Sebastian Ullrich
|
5b17c3cbd9
|
fix(frontends/lean/interactive): fall back to elaborator info when not an interactive tactic
Fixes #1530
|
2017-04-23 11:26:31 -07:00 |
|
Sebastian Ullrich
|
3c8e176fb0
|
fix(frontends/lean/interactive): fix info on new field notation
|
2017-03-31 09:40:49 -07:00 |
|
Sebastian Ullrich
|
68c1ff6219
|
feat(frontends/lean/builtin_exprs): use local field inference for info too
|
2017-03-27 14:01:38 -07:00 |
|
Sebastian Ullrich
|
e63c1d3347
|
refactor(frontends/lean/info_manager): use pos_info
|
2017-03-27 14:01:19 -07:00 |
|
Gabriel Ebner
|
9dfd8e1018
|
fix(shell/server): fix field completion
|
2017-03-23 09:03:43 +01:00 |
|
Gabriel Ebner
|
595cbb8fe9
|
refactor(*): task<T>, log_tree, cancellation_token
|
2017-03-23 08:57:52 +01:00 |
|
Sebastian Ullrich
|
da7e21696e
|
feat(init/meta/interactive): rw goal info on ,
|
2017-03-22 07:54:12 -07:00 |
|
Leonardo de Moura
|
3a878bd3f4
|
fix(frontends/lean/interactive): compilation warning with older versions of g++
|
2017-03-21 08:31:16 -07:00 |
|
Sebastian Ullrich
|
5e0e19c4ad
|
fix(frontends/lean/{interactive,tactic_notation}): fix tests
|
2017-03-17 18:20:44 -07:00 |
|
Sebastian Ullrich
|
60a244e4f9
|
fix(frontends/lean,shell): fix file dependencies
|
2017-03-17 18:20:44 -07:00 |
|
Sebastian Ullrich
|
e0856284b0
|
feat(frontends/lean,emacs): tactic info before elaboration, fix many edge cases
|
2017-03-17 18:20:44 -07:00 |
|
Sebastian Ullrich
|
421a6d6f01
|
feat(frontends/lean/interactive,emacs): highlight current tactic parameter
|
2017-03-17 18:20:44 -07:00 |
|
Sebastian Ullrich
|
9b5e7ddcda
|
feat(frontends/lean/interactive,emacs): hide colon separator in front of pretty-printed types
|
2017-03-17 18:20:44 -07:00 |
|
Sebastian Ullrich
|
c46936d180
|
fix(frontends/lean/interactive): hard-code tactic pretty printing
|
2017-03-17 18:20:44 -07:00 |
|
Sebastian Ullrich
|
e3a65ee794
|
refactor(frontends/lean/interactive,shell/server): factor out JSON reporting code
|
2017-03-17 18:20:44 -07:00 |
|
Sebastian Ullrich
|
803d3073ae
|
feat(frontends/lean): add interactive.type_formatter attribute and use it to pretty print interactive tactics
|
2017-03-17 18:20:44 -07:00 |
|
Leonardo de Moura
|
1a725574b1
|
refactor(frontends/lean): add 'server' module as a replacement for 'interactive'
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-08-06 18:07:04 -07:00 |
|
Leonardo de Moura
|
1378fa5cbb
|
refactor(util/script_state): remove support for threads and communication channels from the Lua API, the goal is to keep is simple, and use one Lua state object per thread
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-17 21:56:45 -07:00 |
|
Leonardo de Moura
|
a964ceb0e2
|
feat(frontends/lean): add 'import' command, add command line option for setting number of threads
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-16 16:37:46 -07:00 |
|
Leonardo de Moura
|
891a3fb48b
|
feat(frontends/lean): add command block reader with snapshot and resume
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-14 14:13:32 -07:00 |
|