lean2/src/frontends/lean
2015-02-24 16:27:13 -08:00
..
begin_end_ext.cpp feat(*): uniform metaclass names, metaclass validation at 'open' command 2015-02-11 10:35:04 -08:00
begin_end_ext.h feat(frontends/lean): modify begin-end semantics, closes #258 2014-10-28 22:15:38 -07:00
builtin_cmds.cpp feat(frontends/lean): pp.beta is true by default 2015-02-24 12:27:53 -08:00
builtin_cmds.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
builtin_exprs.cpp feat(frontends/lean): nested begin-end blocks 2015-02-24 11:59:27 -08:00
builtin_exprs.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
calc.cpp refactor(*): add method get_num_univ_params 2015-01-28 17:22:18 -08:00
calc.h feat(frontends/lean/calc): expose get_calc_subst_info and get_calc_refl_info APIs 2014-10-30 23:56:38 -07:00
calc_proof_elaborator.cpp feat(frontends/lean/calc_proof_elaborator): reject proofs with metavariables in the calc-assistant 2015-02-01 11:11:27 -08:00
calc_proof_elaborator.h refactor(frontends/lean): move local_context to library 2014-12-10 12:43:32 -08:00
CMakeLists.txt feat(frontends/lean): parse rewrite tactic 2015-02-04 11:51:39 -08:00
cmd_table.h refactor(*): use name_map 2014-09-28 10:23:11 -07:00
coercion_elaborator.cpp refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
coercion_elaborator.h refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
decl_cmds.cpp fix(frontends/lean/decl_cmds): constants command 2015-02-24 16:27:13 -08:00
decl_cmds.h feat(frontends/lean): add 'abbreviation' command 2015-02-10 17:31:40 -08:00
dependencies.cpp feat(*): add support for separate HoTT library 2014-12-05 14:34:02 -08: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): nested begin-end blocks 2015-02-24 11:59:27 -08:00
elaborator.h feat(frontends/lean): nested begin-end blocks 2015-02-24 11:59:27 -08:00
elaborator_context.cpp fix(frontends/lean/elaborator_context): memory leak 2015-01-26 16:08:51 -08:00
elaborator_context.h feat(frontends/lean/elaborator): add option 'elaborator.fail_if_missing_field' 2015-01-19 17:47:39 -08:00
elaborator_exception.cpp refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
elaborator_exception.h refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
find_cmd.cpp refactor(*): add method get_num_univ_params 2015-01-28 17:22:18 -08:00
find_cmd.h feat(frontends/lean/find_cmd): add options for controlling find_decl 2014-11-24 00:16:10 -08:00
inductive_cmd.cpp refactor(*): add method get_num_univ_params 2015-01-28 17:22:18 -08:00
inductive_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
info_annotation.cpp fix(frontends/lean): type information for "atomic" notation declaration, fixes #292 2014-11-04 18:01:20 -08:00
info_annotation.h fix(frontends/lean): type information for "atomic" notation declaration, fixes #292 2014-11-04 18:01:20 -08:00
info_manager.cpp fix(frontends/lean): store line/col information at snapshots, save snapshot before 'end' scope, and before "closing" open namespaces 2015-02-04 10:40:36 -08:00
info_manager.h fix(frontends/lean): store line/col information at snapshots, save snapshot before 'end' scope, and before "closing" open namespaces 2015-02-04 10:40:36 -08:00
info_tactic.cpp feat(library/tactic): 'exact' tactic report unsolved placeholders in nested expression 2014-11-28 14:59:35 -08:00
info_tactic.h feat(frontends/lean): automatically add 'info' tactic in begin-end blocks 2014-10-23 13:30:04 -07:00
init_module.cpp refactor(frontends/lean): move placeholder_elaborator to library/tactic 2014-12-19 15:23:22 -08:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
local_decls.h fix(frontends/lean/parser): segfault when ending scope without opening, fixes #244 2014-10-13 21:08:36 -07:00
notation_cmd.cpp feat(frontends/lean): modify syntax for local notation 2015-01-26 11:51:17 -08:00
notation_cmd.h feat(frontends/lean): 'attribute' command is persistent by default 2015-01-26 11:51:17 -08:00
parse_rewrite_tactic.cpp feat(frontends/lean/parse_rewrite_tactic): improve rewrite tactic parser 2015-02-23 19:40:03 -08:00
parse_rewrite_tactic.h feat(frontends/lean): add esimp tactic based on rewrite tactic 2015-02-06 14:13:32 -08:00
parse_table.cpp feat(frontends/lean): add 'print notation' command 2014-12-02 12:04:18 -08:00
parse_table.h feat(frontends/lean): add 'print notation' command 2014-12-02 12:04:18 -08:00
parse_tactic_location.cpp feat(frontends/lean/parse_tactic_location): make rewrite notation more uniform 2015-02-06 10:31:50 -08:00
parse_tactic_location.h feat(frontends/lean): parse tactic location (i.e., scope of application) 2015-02-04 11:51:39 -08:00
parser.cpp chore(frontends/lean/parser): remove dead code 2015-02-11 16:29:58 -08:00
parser.h chore(frontends/lean/parser): remove dead code 2015-02-11 16:29:58 -08:00
parser_bindings.cpp feat(frontends/lean): allow user to associate precedence to binders, closes #323 2014-11-23 17:30:46 -08: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 refactor(*): add uniform names for "meta-objects" 2014-12-17 11:42:14 -08:00
parser_config.h feat(frontends/lean): add '[local]' notation, closes #322 2014-11-16 21:15:04 -08: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 feat(frontends/lean): pp.beta is true by default 2015-02-24 12:27:53 -08:00
pp.h fix(frontends/lean/pp): bugs when pretty printing abbreviations 2015-02-10 19:06:09 -08:00
proof_qed_elaborator.cpp refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
proof_qed_elaborator.h fix(frontends/lean/proof_qed_elaborator): information about synthesized variables in a proof-qed block was being lost 2014-10-04 09:15:42 -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/scanner): disallow hierarchical names such as 'x.1' 2014-11-09 12:55:13 -08:00
scanner.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
server.cpp feat(frontends/lean/server): add option 'auto_completion.max_results' 2015-02-13 12:58:11 -08:00
server.h feat(shell/lean): add '--server-trace' flag, closes #264 2014-10-27 10:26:29 -07:00
structure_cmd.cpp fix(frontends/lean/structure_cmd): include context/section parameteres/variables that are used in explicit structure parameters 2015-02-23 15:28:43 -08:00
structure_cmd.h feat(frontends/lean): notation for creating structure instances 2015-01-16 17:14:30 -08:00
tactic_hint.cpp feat(*): uniform metaclass names, metaclass validation at 'open' command 2015-02-11 10:35:04 -08:00
tactic_hint.h refactor(frontends/lean/tactic_hint): simplify tactic_hints 2014-10-07 11:34:58 -07:00
theorem_queue.cpp feat(frontends/lean): add 'abbreviation' command 2015-02-10 17:31:40 -08: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 "premise" and "premises" command 2015-02-11 18:46:03 -08:00
token_table.h feat(frontends/lean): increase binding power of ! and @ 2015-01-19 18:40:33 -08:00
tokens.cpp feat(frontends/lean): add 'print metaclasses' command 2015-02-11 10:13:20 -08:00
tokens.h feat(frontends/lean): add 'print metaclasses' command 2015-02-11 10:13:20 -08:00
type_util.cpp refactor(frontends/lean/type_util): move infer_implicit_params to library 2015-01-21 17:22:41 -08:00
type_util.h refactor(frontends/lean/type_util): move infer_implicit_params to library 2015-01-21 17:22:41 -08:00
util.cpp fix(frontends/lean): priority expressions parser 2015-02-14 12:26:06 -08:00
util.h fix(frontends/lean): priority expressions parser 2015-02-14 12:26:06 -08:00