lean2/src/frontends/lean
Leonardo de Moura c5aea3eba7 refactor(frontends/lean/elaborator): remove m_accumulated and eager metavariable instantiation
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-12 17:40:30 -07:00
..
builtin_cmds.cpp feat(frontends/lean): add '#erase_cache' command (for debugging purposes) 2014-08-11 13:55:29 -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): add 'sorry' 2014-07-31 18:35:57 -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 configuration commands, add check_constant_next auxiliary method 2014-07-15 01:19:47 +01:00
calc.h feat(frontends/lean/calc): add parse_calc function 2014-06-17 17:16:15 -07:00
class.cpp chore(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -07:00
class.h feat(frontends/lean): add tactic_hint command 2014-07-08 15:08:13 -07:00
CMakeLists.txt refactor(frontends/lean): add 'server' module as a replacement for 'interactive' 2014-08-06 18:07:04 -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 feature that in declarations such as (A B : Type), forced A and B to be in the same universe 2014-08-12 17:40:30 -07:00
decl_cmds.h refactor(frontends/lean): minor code reorg 2014-07-14 03:47:49 +01:00
dependencies.cpp fix(frontends/lean/dependencies): take relative paths into account when computing dependencies 2014-08-02 20:03:51 -07:00
dependencies.h feat(frontends/lean): add display_deps function, and --deps command line option 2014-06-28 18:35:18 -07:00
elaborator.cpp refactor(frontends/lean/elaborator): remove m_accumulated and eager metavariable instantiation 2014-08-12 17:40:30 -07:00
elaborator.h feat(frontends/lean): save type information after elaboration, remove --flyinfo option 2014-08-06 19:35:26 -07:00
inductive_cmd.cpp feat(frontends/lean): default for inductive types, closes #32 2014-08-07 07:52:37 -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): make sure typing information is sorted, make sure the error messages contains line file name 2014-08-06 23:15:05 -07:00
info_manager.h feat(frontends/lean): provide 'partial' type information even when there are type errors 2014-08-06 21:56:57 -07:00
local_decls.h chore(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -07:00
notation_cmd.cpp chore(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -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(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -07:00
parse_table.h feat(frontends/lean): allow user to provide a terminator for 'foldr' and 'foldl' 2014-07-30 15:04:44 -07:00
parser.cpp feat(frontends/lean/server): add 'INSERT' and 'REMOVE' commands to lean 'server', make sure all commands use the same convention for numbering lines, update server.org 2014-08-10 19:57:24 -07:00
parser.h feat(frontends/lean): add '#erase_cache' command (for debugging purposes) 2014-08-11 13:55:29 -07:00
parser_bindings.cpp refactor(frontends/lean): eliminate the abstract method 'family' from parser 2014-07-14 05:44:06 +01: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): allow user to provide a terminator for 'foldr' and 'foldl' 2014-07-30 15:04:44 -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(kernel/pos_info_provider): get_pos_info return none if position is not available 2014-08-01 20:17:26 -07:00
parser_pos_provider.h refactor(kernel/pos_info_provider): get_pos_info return none if position is not available 2014-08-01 20:17:26 -07:00
pp.cpp fix(library/aliases): namespace and constant have the same name, and 'using' produces the 'empty' alias 2014-08-07 08:32:21 -07:00
pp.h feat(frontends/lean/pp): do not display metavariable arguments by default, add option pp.metavar_args to control whether they are displayed or not 2014-07-31 16:46:16 -07:00
pp_options.cpp feat(frontends/lean): store 'overload' information, remove #setline 2014-08-06 19:13:09 -07:00
pp_options.h feat(frontends/lean): store 'overload' information, remove #setline 2014-08-06 19:13:09 -07:00
proof_qed_ext.cpp feat(frontends/lean): add tactic_hint command 2014-07-08 15:08:13 -07:00
proof_qed_ext.h feat(frontends/lean): add command for customizing the behavior of proof-qed blocks: we can automatically register tactics to be automatically applied before each component 2014-07-02 20:45:10 -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): store 'overload' information, remove #setline 2014-08-06 19:13:09 -07:00
scanner.h feat(frontends/lean): store 'overload' information, remove #setline 2014-08-06 19:13:09 -07:00
server.cpp feat(frontend/lean/server.cpp): add "-- BEGININFO" header 2014-08-12 17:29:58 -07:00
server.h feat(frontends/lean/server): add VISIT and CHECK commands 2014-08-11 10:40:18 -07:00
sorry.cpp feat(frontends/lean): display warning message when importing file that uses 'sorry' 2014-08-02 00:47:58 -07:00
sorry.h feat(frontends/lean): add 'sorry' 2014-07-31 18:35:57 -07:00
structure_cmd.cpp feat(frontends/lean/structure): add 'structure' command skeleton 2014-07-28 19:59:38 -07:00
structure_cmd.h feat(frontends/lean/structure): add 'structure' command skeleton 2014-07-28 19:59:38 -07:00
tactic_hint.cpp chore(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -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): add '#erase_cache' command (for debugging purposes) 2014-08-11 13:55:29 -07:00
token_table.h fix(frontends/lean): bugs in notation management 2014-07-07 09:31:42 -07:00
util.cpp feat(frontends/lean/structure): add 'structure' command skeleton 2014-07-28 19:59:38 -07:00
util.h feat(frontends/lean/structure): add 'structure' command skeleton 2014-07-28 19:59:38 -07:00