lean2/src/frontends/lean
Leonardo de Moura 3310eb3dfc feat(frontends/lean): remove restriction on implict arguments, add new test that demonstrates the new feature
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-07 12:29:32 -07:00
..
begin_end_ext.cpp feat(frontends/lean): use 'begin-end' instead of 'proof-qed' for blocks of tactics, closes #81 2014-08-21 16:58:25 -07:00
begin_end_ext.h feat(frontends/lean): use 'begin-end' instead of 'proof-qed' for blocks of tactics, closes #81 2014-08-21 16:58:25 -07:00
builtin_cmds.cpp feat(library/declaration_index): add 'a|abbreviation-name|declaration-name' entries in .ilean files 2014-09-04 09:30:25 -07:00
builtin_cmds.h refactor(frontends/lean/cmd_table): remove register_builtin_cmd procedures, they would cause initialization problems 2014-06-11 14:35:34 -07:00
builtin_exprs.cpp feat(frontends/lean): remove restriction on implict arguments, add new test that demonstrates the new feature 2014-09-07 12:29:32 -07:00
builtin_exprs.h feat(frontends/lean/pp): pretty print 'show' expressions 2014-07-26 21:56:35 -07:00
calc.cpp fix(frontends/lean/calc): allow calc_subst to be defined for multiple operators, allow calc cmds to be organized into namespaces, fixes #65 2014-08-23 16:45:04 -07:00
calc.h feat(frontends/lean/calc): add parse_calc function 2014-06-17 17:16:15 -07:00
class.cpp feat(frontends/lean): add 'class' command back 2014-09-02 15:04:23 -07:00
class.h feat(frontends/lean): add 'class' command back 2014-09-02 15:04:23 -07:00
CMakeLists.txt chore(frontends/lean): use consistent filename convention 2014-09-04 09:59:24 -07:00
cmd_table.h feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics 2014-07-01 20:43:53 -07:00
decl_cmds.cpp feat(frontends/lean): remove restriction on implict arguments, add new test that demonstrates the new feature 2014-09-07 12:29:32 -07:00
decl_cmds.h refactor(frontends/lean): minor code reorg 2014-07-14 03:47:49 +01:00
dependencies.cpp feat(frontends/lean/dependencies): send all missing files to standard error, closes #111 2014-08-29 13:20:25 -07:00
dependencies.h feat(frontends/lean/dependencies): send all missing files to standard error, closes #111 2014-08-29 13:20:25 -07:00
elaborator.cpp feat(frontends/lean): remove restriction on implict arguments, add new test that demonstrates the new feature 2014-09-07 12:29:32 -07:00
elaborator.h refactor(frontends/lean): rename elaborator_env to elaborator_context 2014-08-13 17:06:48 -07:00
extra_info.cpp feat(frontends/lean): associate type information with left '(' 2014-09-04 09:56:27 -07:00
extra_info.h feat(frontends/lean): associate type information with left '(' 2014-09-04 09:56:27 -07:00
inductive_cmd.cpp fix(frontends/lean/inductive_cmd): bug when elaborating inductive tyoe parameters 2014-09-06 11:38:32 -07:00
inductive_cmd.h feat(frontends/lean): add inductive_cmd 2014-06-18 16:00:59 -07:00
info_manager.cpp fix(frontends/lean): missing pre_info for type incorrect declarations 2014-09-05 01:12:08 -07:00
info_manager.h feat(frontends/lean/server): only display 'EXTRA_TYPE' info when the column number is provided to the 'INFO' command, closes #133 2014-09-04 14:02:53 -07:00
local_decls.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
no_info.cpp chore(frontends/lean): use consistent filename convention 2014-09-04 09:59:24 -07:00
no_info.h chore(frontends/lean): use consistent filename convention 2014-09-04 09:59:24 -07:00
notation_cmd.cpp feat(frontends/lean): persistent notation in sections 2014-09-06 11:14:20 -07:00
notation_cmd.h feat(frontends/lean): add 'prefix' notation declaration command 2014-07-03 21:37:56 -07:00
parse_table.cpp chore(frontends/lean): use consistent filename convention 2014-09-04 09:59:24 -07:00
parse_table.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
parser.cpp fix(frontends/lean): missing pre_info for type incorrect declarations 2014-09-05 01:12:08 -07:00
parser.h fix(frontends/lean): missing pre_info for type incorrect declarations 2014-09-05 01:12:08 -07:00
parser_bindings.cpp chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
parser_bindings.h refactor(frontends/lean/parser): move parser Lua bindings to a separate file 2014-06-30 17:00:10 -07:00
parser_config.cpp feat(frontends/lean): persistent notation in sections 2014-09-06 11:14:20 -07:00
parser_config.h chore(frontends/lean): add 'replace' auxiliary funcs 2014-07-20 01:10:49 +01:00
parser_pos_provider.cpp refactor(frontends/lean/elaborator): add elaborator_env class 2014-08-12 18:43:56 -07:00
parser_pos_provider.h refactor(frontends/lean/elaborator): add elaborator_env class 2014-08-12 18:43:56 -07:00
pp.cpp fix(frontends/lean/pp): add necessary '@' when pp.implicit is true, otherwise produced output will not even type check 2014-09-02 17:11:26 -07:00
pp.h fix(frontends/lean/pp): add necessary '@' when pp.implicit is true, otherwise produced output will not even type check 2014-09-02 17:11:26 -07:00
pp_options.cpp feat(frontends/lean/server): add 'OPTIONS' command to 'lean --server' 2014-08-29 12:59:22 -07:00
pp_options.h feat(frontends/lean): store 'overload' information, remove #setline 2014-08-06 19:13:09 -07:00
register_module.cpp refactor(frontends/lean/parser): move parser Lua bindings to a separate file 2014-06-30 17:00:10 -07:00
register_module.h refactor(frontends/lean): remove dead code 2014-05-15 15:51:41 -07:00
scanner.cpp feat(frontends/lean): change multicomment to /- ... -/ 2014-08-22 17:55:13 -07:00
scanner.h feat(frontends/lean): store 'overload' information, remove #setline 2014-08-06 19:13:09 -07:00
server.cpp feat(frontends/lean/server): use '?a' instead of '?M_i' for implicit arguments when displaying FINDP and FINDG matches 2014-09-07 09:36:03 -07:00
server.h fix(frontends/lean/server): do not fail if file does not exist in 'VISIT file' 2014-09-06 12:34:20 -07:00
structure_cmd.cpp feat(*): make sections 'permanent', and add 'transient' contexts, closes #88 2014-08-23 15:45:15 -07:00
structure_cmd.h feat(frontends/lean/structure): add 'structure' command skeleton 2014-07-28 19:59:38 -07:00
tactic_hint.cpp feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
tactic_hint.h fix(library/tactic): compilation warning 2014-07-10 23:23:48 +01:00
theorem_queue.cpp feat(frontends/lean): add option --cache 2014-08-10 11:04:16 -07:00
theorem_queue.h refactor(frontends/lean): create theorem_queue class 2014-07-26 15:00:51 -07:00
token_table.cpp feat(frontends/lean/server): ingore keywords and commands in FINDP 2014-09-05 20:59:14 -07:00
token_table.h feat(frontends/lean/server): ingore keywords and commands in FINDP 2014-09-05 20:59:14 -07:00
util.cpp feat(*): make sections 'permanent', and add 'transient' contexts, closes #88 2014-08-23 15:45:15 -07:00
util.h feat(*): make sections 'permanent', and add 'transient' contexts, closes #88 2014-08-23 15:45:15 -07:00