lean4-htt/src/frontends/lean
2016-08-13 16:33:02 -07:00
..
builtin_cmds.cpp chore(frontends/lean/builtin_cmds): remove dead code 2016-08-11 08:38:39 -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 refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
builtin_exprs.h feat(frontends/lean/elaborator): chaining for anonymous constructors 2016-08-04 15:08:25 -07:00
calc.cpp chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07: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 feat(frontends/lean/inductive_cmds): scaffold for new inductive commands 2016-08-11 13:48:54 -07:00
cmd_table.h refactor(frontends/decl_cmds): simplify definition parsing logic 2016-08-08 12:44:37 -07:00
decl_attributes.cpp refactor(library/abbreviation): make parsing_only a real attribute 2016-08-12 15:36:12 -07:00
decl_attributes.h feat(frontentds/lean/decl_attributes): implement attribute [...] definition ... syntax 2016-08-12 15:36:12 -07:00
decl_cmds.cpp feat(frontends/lean/definition_cmds): basic xdefinition_cmd_core 2016-08-13 15:08:32 -07:00
decl_cmds.h refactor(frontends/lean): move match-expr parser to different module 2016-08-08 09:05:22 -07:00
decl_util.cpp feat(frontends/lean/decl_util): do not add constant being defined to scope 2016-08-13 13:34:11 -07:00
decl_util.h feat(frontends/lean/decl_util): do not add constant being defined to scope 2016-08-13 13:34:11 -07:00
definition_cmds.cpp feat(frontends/lean/definition_cmds): check noncomputable annotation 2016-08-13 16:33:02 -07:00
definition_cmds.h feat(frontends/lean/definition_cmds): basic xdefinition_cmd_core 2016-08-13 15:08:32 -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.cpp fix(frontends/lean/elaborator): improve error message for eliminator elaborator 2016-08-13 15:43:44 -07:00
elaborator.h feat(frontends/lean/elaborator): add elaborate_with_type 2016-08-13 13:33:37 -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_cmd.cpp refactor(library): definitional ==> constructions 2016-08-11 10:08:22 -07:00
inductive_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
inductive_cmds.cpp feat(frontends/lean/inductive_cmds): scaffold for new inductive commands 2016-08-11 13:48:54 -07:00
inductive_cmds.h feat(frontends/lean/inductive_cmds): scaffold for new inductive commands 2016-08-11 13:48:54 -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 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 feat(frontends/lean/inductive_cmds): scaffold for new inductive commands 2016-08-11 13:48:54 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
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 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(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
local_ref_info.h fix(frontends/lean/pp): fixes #634 2015-05-29 14:07:38 -07:00
match_expr.cpp refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -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 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(library/abbreviation): make parsing_only a real attribute 2016-08-12 15:36:12 -07:00
notation_cmd.h feat(frontends/lean): add type notation for referencing hypotheses 2015-07-20 21:43:47 -07:00
old_attributes.cpp refactor(library/attribute_manager): introduce hierarchy of attribute classes 2016-07-29 23:44:22 -04:00
old_attributes.h chore(frontends/lean): disable old tactic framework and blast 2016-04-25 16:22:15 -07:00
old_elaborator.cpp refactor(library/equations_compiler): isolate old equations compiler 2016-08-11 10:08:30 -07:00
old_elaborator.h chore(library/definitional,frontends/lean): remove decreasing macro 2016-08-09 16:27:33 -07:00
old_elaborator_exception.cpp refactor(frontends/lean): elaborator_exception ==> old_elaborator_exception 2016-07-26 16:24:28 -07:00
old_elaborator_exception.h refactor(frontends/lean): elaborator_exception ==> old_elaborator_exception 2016-07-26 16:24:28 -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_table.cpp chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00
parse_table.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
parser.cpp feat(frontends/lean): parse mutual_definition 2016-08-11 13:47:52 -07:00
parser.h chore(*): fix compilation warnings 2016-08-10 18:03:13 -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 fix(frontends/lean): add missing files 2016-08-08 08:16:31 -07:00
pattern_attribute.h fix(frontends/lean): add missing files 2016-08-08 08:16:31 -07:00
pp.cpp refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
pp.h chore(frontends/lean/pp, library/pp_options): pp.lazy_abstraction ==> pp.delayed_abstraction 2016-08-03 18:45:47 -07: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 feat(frontends/lean/print_cmd): implement 'print attributes' 2016-08-12 15:36:12 -07:00
print_cmd.h refactor(frontends/lean): move 'print_cmd' to separate module 2015-12-28 09:08:18 -08:00
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 chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -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(library): definitional ==> constructions 2016-08-11 10:08:22 -07:00
structure_cmd.h feat(frontends/lean/structure_cmd): private structures 2016-08-06 00:03:06 -07:00
theorem_queue.cpp feat(frontends/lean): add meta_definition and meta_constant commands 2016-06-01 09:12:41 -07:00
theorem_queue.h refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00
token_table.cpp feat(frontends/lean): add mutual_meta_definition 2016-08-12 20:00:10 -07:00
token_table.h chore(library/definitional,frontends/lean): remove decreasing macro 2016-08-09 16:27:33 -07:00
tokens.cpp feat(frontends/lean): add mutual_meta_definition 2016-08-12 20:00:10 -07:00
tokens.h feat(frontends/lean): add mutual_meta_definition 2016-08-12 20:00:10 -07:00
tokens.txt feat(frontends/lean): add mutual_meta_definition 2016-08-12 20:00:10 -07:00
type_util.cpp feat(frontends/lean/structure_cmd): private structures 2016-08-06 00:03:06 -07:00
type_util.h refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -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 feat(frontends/lean): add decl_util module for definition/inductive commands 2016-08-10 17:04:12 -07:00
util.h refactor(frontends/lean): move match-expr parser to different module 2016-08-08 09:05:22 -07:00