lean4-htt/src/frontends/lean
2016-09-10 14:22:27 -07:00
..
builtin_cmds.cpp refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
builtin_cmds.h fix(frontends/lean): replay exported decls in imported files 2016-06-25 12:13:36 -07:00
builtin_exprs.cpp chore(library/let): delete let-macro hack 2016-09-10 13:06:07 -07:00
builtin_exprs.h feat(frontends/lean/elaborator): chaining for anonymous constructors 2016-08-04 15:08:25 -07:00
calc.cpp
calc.h
CMakeLists.txt refactor(frontends/lean): rename attribute [constructor] ==> [elab_with_expected_type] 2016-09-06 13:12:51 -07:00
cmd_table.h refactor(frontends/decl_cmds): simplify definition parsing logic 2016-08-08 12:44:37 -07:00
decl_attributes.cpp feat(frontends/lean/decl_attributes): disallow persistent attribute removal 2016-08-23 14:09:35 -07:00
decl_attributes.h feat(frontends/lean/decl_attributes, library/attribute_manager): implement attribute removal 2016-08-23 14:09:35 -07:00
decl_cmds.cpp feat(frontends/lean): use new elaborator to elaborate examples when set_option new_elaborator true 2016-09-05 09:52:01 -07:00
decl_cmds.h refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
decl_util.cpp feat(frontends/lean/decl_util): avoid _main in nested auxiliary declarations 2016-09-10 14:13:30 -07:00
decl_util.h fix(frontends/lean/definition_cmds): add aliases 2016-09-10 12:49:16 -07:00
definition_cmds.cpp fix(frontends/lean/definition_cmds): add aliases 2016-09-10 12:49:16 -07:00
definition_cmds.h feat(frontends/lean): use equations_header 2016-08-30 13:45:59 -07:00
dependencies.cpp
dependencies.h
elaborator.cpp feat(frontends/lean/elaborator): switch to new let-decls 2016-09-10 13:00:53 -07:00
elaborator.h feat(frontends/lean/elaborator): switch to new let-decls 2016-09-10 13:00:53 -07:00
elaborator_context.cpp chore(frontends/lean): coercions are disabled by default 2016-07-29 13:03:23 -07:00
elaborator_context.h refactor(frontends/lean): simplify elaborator_context 2016-06-29 16:56:19 +01:00
elaborator_exception.h feat(frontends/lean/elaborator): anonymous constructors 2016-08-04 13:03:49 -07:00
inductive_cmds.cpp feat(inductive_compiler): support for mutually inductive types 2016-09-10 14:22:27 -07:00
inductive_cmds.h feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd 2016-08-17 07:34:03 -07:00
info_annotation.cpp
info_annotation.h
info_manager.cpp refactor(frontends/lean): simplify elaborator_context 2016-06-29 16:56:19 +01:00
info_manager.h refactor(frontends/lean): simplify elaborator_context 2016-06-29 16:56:19 +01:00
init_module.cpp refactor(frontends/lean): rename attribute [constructor] ==> [elab_with_expected_type] 2016-09-06 13:12:51 -07:00
init_module.h
local_context_adapter.cpp feat(frontends/lean): parse mutual_definition 2016-08-11 13:47:52 -07:00
local_context_adapter.h refactor(frontends/lean): move local_context_adapter to separate folder 2016-08-10 07:52:38 -07:00
local_decls.h
local_level_decls.h
local_ref_info.cpp feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
local_ref_info.h
match_expr.cpp feat(frontends/lean): use equations_header 2016-08-30 13:45:59 -07:00
match_expr.h refactor(frontends/lean): move match-expr parser to different module 2016-08-08 09:05:22 -07:00
nested_declaration.cpp chore(frontends/lean/nested_declaration): do not allow attributes in abstract ... end blocks 2016-07-31 19:14:33 -07:00
nested_declaration.h
notation_cmd.cpp refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
notation_cmd.h refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
old_attributes.cpp feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
old_attributes.h chore(frontends/lean): disable old tactic framework and blast 2016-04-25 16:22:15 -07:00
old_elaborator.cpp chore(library/let): delete let-macro hack 2016-09-10 13:06:07 -07:00
old_elaborator.h chore(library/let): delete let-macro hack 2016-09-10 13:06:07 -07:00
old_elaborator_exception.cpp refactor(library/exception): avoid throw_generic_exception functions 2016-09-06 12:37:56 -07:00
old_elaborator_exception.h refactor(library/exception): avoid throw_generic_exception functions 2016-09-06 12:37:56 -07:00
opt_cmd.cpp
opt_cmd.h
parse_table.cpp
parse_table.h
parser.cpp chore(library/let): delete let-macro hack 2016-09-10 13:06:07 -07:00
parser.h feat(frontends/lean): revising inaccessible terms syntax again :( 2016-08-19 13:57:12 -07:00
parser_config.cpp feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
parser_config.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
parser_pos_provider.cpp refactor(frontends/lean,library): move scope_pos_info_provider to library 2016-06-30 10:19:35 +01:00
parser_pos_provider.h refactor(frontends/lean,library): move scope_pos_info_provider to library 2016-06-30 10:19:35 +01:00
pattern_attribute.cpp feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
pattern_attribute.h fix(frontends/lean): add missing files 2016-08-08 08:16:31 -07:00
pp.cpp feat(inductive_compiler): support for mutually inductive types 2016-09-10 14:22:27 -07:00
pp.h feat(inductive_compiler): support for mutually inductive types 2016-09-10 14:22:27 -07:00
prenum.cpp
prenum.h
print_cmd.cpp feat(library/tactic/defeq_simplifier): reimplement defeq simp lemma cache 2016-09-02 09:10:09 -07:00
print_cmd.h
scanner.cpp feat(frontends/lean/scanner): hexadecimal numerals 2016-07-19 13:04:27 -04:00
scanner.h feat(frontends/lean/scanner): hexadecimal numerals 2016-07-19 13:04:27 -04:00
server.cpp feat(util/sexpr/option_declarations): allow options to be registered after initialization 2016-08-19 16:58:30 -07:00
server.h
structure_cmd.cpp feat(inductive_compiler): support for mutually inductive types 2016-09-10 14:22:27 -07:00
structure_cmd.h feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd 2016-08-17 07:34:03 -07:00
structure_instance.cpp refactor(frontends/lean): move structure_instance to separate module 2016-08-16 14:56:09 -07:00
structure_instance.h refactor(frontends/lean): move structure_instance to separate module 2016-08-16 14:56:09 -07:00
theorem_queue.cpp refactor(kernel): add reducibility_hints 2016-09-04 16:30:02 -07:00
theorem_queue.h
token_table.cpp refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
token_table.h chore(library/definitional,frontends/lean): remove decreasing macro 2016-08-09 16:27:33 -07:00
tokens.cpp refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
tokens.h refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
tokens.txt refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
type_util.cpp feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd 2016-08-17 07:34:03 -07:00
type_util.h feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd 2016-08-17 07:34:03 -07:00
update_environment_exception.h
util.cpp refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
util.h feat(frontends/lean): add run_tactic command 2016-08-18 10:56:18 -07:00