lean4-htt/src/frontends/lean
2016-09-25 17:25:21 -07:00
..
begin_end_block.cpp feat(frontends/lean/begin_end_block): auto-quote identifiers 2016-09-25 17:25:21 -07:00
begin_end_block.h feat(frontends/lean): add very basic 'begin ... end' block support 2016-09-24 21:27:27 -07:00
brackets.cpp feat(frontends/lean/brackets): set_of notation 2016-09-24 13:47:41 -07:00
brackets.h feat(frontends/lean): add basic notation for collections 2016-09-21 16:20:57 -07:00
builtin_cmds.cpp refactor(library): reduce dependecies on old code, simplify normalize module 2016-09-19 22:12:34 -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 feat(frontends/lean/begin_end_block): auto-quote identifiers 2016-09-25 17:25:21 -07:00
builtin_exprs.h feat(frontends/lean): generalize '~>' notation, and add alias '^.' for '~>' 2016-09-23 08:18:19 -07:00
calc.cpp refactor(library): rename pr1/pr2 ==> fst/snd 2016-09-21 09:48:39 -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): add very basic 'begin ... end' block support 2016-09-24 21:27:27 -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): add compact notation for setting attributes suggested by Sebastian 2016-09-24 15:45:06 -07:00
decl_attributes.h feat(frontends/lean): add compact notation for setting attributes suggested by Sebastian 2016-09-24 15:45:06 -07:00
decl_cmds.cpp feat(frontends/lean/decl_cmds): attribute list must occur immediately after 'attribute' keyword 2016-09-24 18:40:57 -07:00
decl_cmds.h chore(frontends/lean): delete old definition command 2016-09-19 16:50:25 -07:00
decl_util.cpp feat(frontends/lean): 'mutual' and 'meta' are now keywords 2016-09-24 10:44:40 -07:00
decl_util.h feat(frontends/lean): add 'class' keyword 2016-09-24 14:32:01 -07:00
definition_cmds.cpp feat(frontends/lean,library): cleanup instance cmd, and use 'meta instance' 2016-09-24 12:33:25 -07:00
definition_cmds.h feat(frontends/lean): 'mutual' and 'meta' are now keywords 2016-09-24 10:44:40 -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): bug when checking for unassigned metavars 2016-09-25 17:22:45 -07:00
elaborator.h feat(frontends/lean): generalize '~>' notation, and add alias '^.' for '~>' 2016-09-23 08:18:19 -07:00
elaborator_exception.h fix(library,frontends/lean): formatted_exception and elaborator_exception were missing main_expr when being cloned 2016-09-23 09:33:23 -07:00
inductive_cmds.cpp feat(frontends/lean,library): cleanup instance cmd, and use 'meta instance' 2016-09-24 12:33:25 -07:00
inductive_cmds.h feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd 2016-08-17 07:34:03 -07:00
init_module.cpp feat(frontends/lean): add very basic 'begin ... end' block support 2016-09-24 21:27:27 -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 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 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(*): 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
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 info_annotation module 2016-09-19 21:19:31 -07:00
parse_table.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
parser.cpp chore(frontends/lean): cleanup 2016-09-23 16:26:21 -07:00
parser.h chore(frontends/lean): cleanup 2016-09-23 16:26:21 -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
pp.cpp feat(frontends/lean/pp): pretty print set_of notation 2016-09-24 13:55:02 -07:00
pp.h feat(frontends/lean/pp): pretty print set_of notation 2016-09-24 13:55:02 -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 chore(library): remove legacy_type_context 2016-09-19 21:31:21 -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
structure_cmd.cpp feat(frontends/lean): add 'class' keyword 2016-09-24 14:32:01 -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 fix(frontends/lean/structure_instance): incorrect assertions 2016-09-23 10:30:30 -07:00
structure_instance.h feat(frontends/lean): structure instances 2016-09-21 22:52:43 -07:00
token_table.cpp feat(frontends/lean/token_table): add ASCII notation for anonymous constructor 2016-09-25 13:48:52 -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 compact notation for setting attributes suggested by Sebastian 2016-09-24 15:45:06 -07:00
tokens.h feat(frontends/lean): add compact notation for setting attributes suggested by Sebastian 2016-09-24 15:45:06 -07:00
tokens.txt feat(frontends/lean): add compact notation for setting attributes suggested by Sebastian 2016-09-24 15:45:06 -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 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/begin_end_block): auto-quote identifiers 2016-09-25 17:25:21 -07:00
util.h feat(frontends/lean/begin_end_block): auto-quote identifiers 2016-09-25 17:25:21 -07:00