lean4-htt/src/frontends/lean
2016-03-30 16:33:17 -07:00
..
begin_end_annotation.cpp remove(frontends/lean): begin_end pre-tactics 2016-03-03 10:02:09 -08:00
begin_end_annotation.h remove(frontends/lean): begin_end pre-tactics 2016-03-03 10:02:09 -08:00
builtin_cmds.cpp fix(frontends/lean/builtin_cmds): redeclare_aliases 2016-03-30 16:30:18 -07:00
builtin_cmds.h fix(library/blast,frontends/lean): handling pattern hints after unfolding 2015-12-02 22:52:55 -08:00
builtin_exprs.cpp remove(frontends/lean): begin_end pre-tactics 2016-03-03 10:02:09 -08:00
builtin_exprs.h feat(frontends/lean/builtin_exprs): rename 'show' hidden name to 'this' 2015-08-07 13:29:21 -07:00
builtin_tactics.cpp feat(library/tactic): make let tactic transparent, introduce new opaque note tactic 2015-12-14 10:14:02 -08:00
builtin_tactics.h fix(frontends/lean): missing files 2015-04-28 10:55:04 -07:00
calc.cpp refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
calc.h refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive 2015-07-07 15:58:24 -07:00
CMakeLists.txt refactor(frontends/lean/elaborator): rename elaborator to old_elaborator 2016-03-30 14:59:18 -07:00
cmd_table.h refactor(*): use name_map 2014-09-28 10:23:11 -07:00
coercion_elaborator.cpp refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
coercion_elaborator.h refactor(library): create copy of the kernel type_checker in library 2016-03-18 14:34:10 -07:00
decl_attributes.cpp feat(library/blast/forward): inst_simp should use the left-hand-side as a pattern (if none is provided by the user) 2015-12-31 20:20:39 -08:00
decl_attributes.h chore(frontends/lean/decl_attributes): style 2015-12-17 22:50:01 -08:00
decl_cmds.cpp refactor(frontends/lean): rename elaborate methods 2016-03-30 15:05:24 -07:00
decl_cmds.h feat(frontends/lean/elaborator): hide auxiliary 'match' hypothesis during elaboration 2015-05-25 15:24:56 -07: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_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(library): remove type_util module and implement get_num_args using abstract_type_context 2016-03-21 16:30:08 -07: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(frontends/lean): rename elaborate methods 2016-03-30 15:05:24 -07: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 chore(library/type_context): rename default_type_context to legacy_type_context and move it to different file 2016-03-04 10:26:50 -08:00
info_manager.h refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
info_tactic.cpp refactor(library): create copy of the kernel type_checker in library 2016-03-18 14:34:10 -07: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/elaborator): rename elaborator to old_elaborator 2016-03-30 14:59:18 -07: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): fixes #652 2015-06-03 21:53:51 -07:00
local_level_decls.h fix(frontends/lean/builtin_cmds): redeclare_aliases 2016-03-30 16:30:18 -07:00
local_ref_info.cpp feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces 2015-12-05 11:15:02 -08:00
local_ref_info.h fix(frontends/lean/pp): fixes #634 2015-05-29 14:07:38 -07:00
nested_declaration.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
nested_declaration.h feat(frontends/lean): allow the user to mark subterms that should be automatically abstracted into new definitions 2015-06-12 17:49:26 -07:00
notation_cmd.cpp refactor(frontends/lean): rename elaborate methods 2016-03-30 15:05:24 -07:00
notation_cmd.h feat(frontends/lean): add type notation for referencing hypotheses 2015-07-20 21:43:47 -07:00
obtain_expr.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
obtain_expr.h feat(frontends/lean): improved 'obtains' expression 2015-05-05 18:30:16 -07:00
old_elaborator.cpp refactor(frontends/lean/elaborator): rename elaborator to old_elaborator 2016-03-30 14:59:18 -07:00
old_elaborator.h refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00
old_elaborator_context.cpp refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00
old_elaborator_context.h refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00
opt_cmd.cpp feat(frontends/lean): add "--info" command line option for extracting identifier/keyword information 2015-07-30 10:18:03 -07:00
opt_cmd.h feat(frontends/lean): add "--info" command line option for extracting identifier/keyword information 2015-07-30 10:18:03 -07:00
parse_rewrite_tactic.cpp feat(frontends/lean/parse_rewrite_tactic): change the semantics of rewrite[↑f] when f is recursive 2015-07-12 13:20:21 -04:00
parse_rewrite_tactic.h feat(library/tactic/rewrite_tactic): add xrewrite and krewrite tactic variants 2015-05-27 16:32:43 -07:00
parse_table.cpp refactor(library/tactic/expr_to_tactic): remove 'by_plus' support 2016-02-29 13:50:05 -08:00
parse_table.h chore(*): remove support for Lua 2016-02-11 17:17:55 -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
parse_with_attributes_tactic.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
parse_with_attributes_tactic.h feat(frontends/lean): add 'with_attributes' tactical 2015-12-13 18:27:44 -08:00
parse_with_options_tactic.cpp feat(frontends/lean): parse 'with_options' tactical 2015-07-13 19:13:41 -04:00
parse_with_options_tactic.h feat(frontends/lean): parse 'with_options' tactical 2015-07-13 19:13:41 -04:00
parser.cpp dev(frontends/lean/parser): add local_context 2016-03-30 16:33:17 -07:00
parser.h dev(frontends/lean/parser): add local_context 2016-03-30 16:33:17 -07:00
parser_config.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
parser_config.h feat(frontends/lean): allow user to assign priorities to notation declarations 2015-06-30 17:10:27 -07: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 refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
pp.h refactor(frontends/lean/pp): use abstract_type_context instead of type_checker 2016-02-26 15:35:29 -08:00
prenum.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
prenum.h checkpoint: new numeral encoding 2015-11-08 14:04:55 -08:00
print_cmd.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
print_cmd.h refactor(frontends/lean): move 'print_cmd' to separate module 2015-12-28 09:08:18 -08:00
scanner.cpp chore(frontends/lean): remove script blocks 2016-02-11 17:26:44 -08:00
scanner.h chore(frontends/lean): remove script blocks 2016-02-11 17:26:44 -08:00
server.cpp refactor(library): remove type_util module and implement get_num_args using abstract_type_context 2016-03-21 16:30:08 -07:00
server.h feat(shell,frontends/lean): add command line option --dir 2015-11-19 08:34:23 -08:00
structure_cmd.cpp refactor(frontends/lean): rename elaborate methods 2016-03-30 15:05:24 -07:00
structure_cmd.h fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
tactic_hint.cpp refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
tactic_hint.h refactor(frontends/lean/tactic_hint): simplify tactic_hints 2014-10-07 11:34:58 -07:00
theorem_queue.cpp refactor(frontends/lean): rename elaborate methods 2016-03-30 15:05:24 -07:00
theorem_queue.h refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00
token_table.cpp chore(*): remove remaining references to by+ and begin+ 2016-02-29 13:59:06 -08:00
token_table.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
tokens.cpp refactor(frontends/lean): remove 'by+' and 'begin+' tokens 2016-02-29 13:45:43 -08:00
tokens.h refactor(frontends/lean): remove 'by+' and 'begin+' tokens 2016-02-29 13:45:43 -08:00
tokens.txt refactor(frontends/lean): remove 'by+' and 'begin+' tokens 2016-02-29 13:45:43 -08:00
type_util.cpp fix(frontends/lean): pretty printing in sections with parameters 2015-04-21 22:44:09 -07:00
type_util.h refactor(library/util): isolate util procedures that depend on old_type_checker 2016-03-21 13:36:08 -07:00
update_environment_exception.h feat(frontends/lean): try to add definition/theorem as axiom when it fails to be processed 2015-03-13 14:47:21 -07:00
util.cpp refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00
util.h refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00