lean4-htt/src/frontends/lean
2017-05-23 11:14:31 -07:00
..
brackets.cpp feat(frontends/lean/brackets): allow trailing commas in brackets 2017-05-23 11:14:30 -07:00
brackets.h feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08:00
builtin_cmds.cpp feat(frontends/lean/{builtin_cmds,interactive}): complete namespace/section after end 2017-04-23 11:26:31 -07:00
builtin_cmds.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
builtin_exprs.cpp feat(frontends/lean): swap (t) and ``(t) semantics 2017-05-15 09:41:31 -07:00
builtin_exprs.h feat(frontends/lean): use . for field access 2017-03-28 15:29:54 -07:00
calc.cpp fix(frontends/lean): fixes #1468 2017-03-18 13:48:21 -07:00
calc.h
CMakeLists.txt refactor(frontends/lean/parser): store snapshots in a lazy async list 2017-03-27 14:00:53 -07:00
cmd_table.h
completion.cpp feat(shell/server): add search command 2017-05-22 09:40:38 -07:00
completion.h feat(shell/server): add search command 2017-05-22 09:40:38 -07:00
decl_attributes.cpp feat(library/class): add attribute for tracking symbols occurring in instances of type classes 2017-05-01 18:02:30 -07:00
decl_attributes.h
decl_cmds.cpp feat(frontends/lean/decl_cmds): allow implicit locals in constants & axioms 2017-05-17 10:38:12 -07:00
decl_cmds.h
decl_util.cpp fix(frontends/lean): prevent endless loops 2017-05-23 11:14:30 -07:00
decl_util.h feat(frontends/lean/decl_util): allow opt_param shorthand in all decls 2017-05-17 10:38:12 -07:00
definition_cmds.cpp fix(frontends/lean/definition_cmds): fix trace messages in proofs 2017-05-23 11:14:31 -07:00
definition_cmds.h feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
dependencies.cpp refactor(util/lean_path,util/path): separate search path functions 2017-05-01 14:11:38 -07:00
dependencies.h refactor(util/lean_path): explicitly pass around search path 2017-05-01 14:11:38 -07:00
elaborator.cpp fix(frontends/lean/elaborator): segfault 2017-05-23 11:14:31 -07:00
elaborator.h fix(frontends/lean/elaborator): do not leak _elab_u names 2017-05-23 11:14:31 -07:00
equations_validator.cpp feat(frontends/lean/equations_validator): report errors instead of 2017-05-23 11:14:30 -07:00
equations_validator.h feat(frontends/lean/equations_validator): report errors instead of 2017-05-23 11:14:30 -07:00
inductive_cmds.cpp fix(frontends/lean/inductive_cmd.cpp): fixes #1525 2017-05-01 14:57:25 -07:00
inductive_cmds.h
info_manager.cpp refactor(util/lean_path): explicitly pass around search path 2017-05-01 14:11:38 -07:00
info_manager.h feat(frontends/lean/builtin_exprs): use local field inference for info too 2017-03-27 14:01:38 -07:00
init_module.cpp fix(frontends/lean,shell): fix file dependencies 2017-03-17 18:20:44 -07:00
init_module.h
interactive.cpp refactor(util/lean_path): explicitly pass around search path 2017-05-01 14:11:38 -07:00
interactive.h refactor(util/lean_path): explicitly pass around search path 2017-05-01 14:11:38 -07:00
json.cpp refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
json.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
local_context_adapter.cpp
local_context_adapter.h
local_decls.h
local_level_decls.h
match_expr.cpp fix(frontends/lean): fixes #1292 2017-01-09 15:53:37 -08:00
match_expr.h
module_parser.cpp fix(frontends/lean/module_parser): make the #exit command end at the end of the file 2017-05-01 13:22:26 +02:00
module_parser.h refactor(frontends/lean/parser): store snapshots in a lazy async list 2017-03-27 14:00:53 -07:00
notation_cmd.cpp refactor(library/tactic/user_attribute): use attribute for registering attributes. naturally. 2017-03-15 14:06:34 -07:00
notation_cmd.h
parse_table.cpp
parse_table.h
parser.cpp fix(frontends/lean): prevent endless loops 2017-05-23 11:14:30 -07:00
parser.h feat(frontends/lean/parser): error recovery in interactive tactics 2017-05-23 11:14:30 -07:00
parser_config.cpp chore(*): style 2017-01-31 11:04:21 -08:00
parser_config.h chore(*): style 2017-01-31 11:04:21 -08:00
parser_pos_provider.cpp feat(kernel/pos_info_provider): add save_pos_info 2017-03-31 09:40:48 -07:00
parser_pos_provider.h chore(frontends/lean/{parser_state,parser_pos_provider}): compiler warnings 2017-04-01 20:23:33 +02:00
parser_state.cpp refactor(library,frontends/lean): separate expr and pexpr macros 2017-05-09 16:02:41 -07:00
parser_state.h feat(frontends/lean/{builtin_cmds,interactive}): complete namespace/section after end 2017-04-23 11:26:31 -07:00
pp.cpp feat(frontends/lean/elaborator,library/sorry): suppress error message that mention synthetic sorrys 2017-05-23 11:14:30 -07:00
pp.h feat(frontends/lean/pp): hide (some) defaulted arguments on pp.implicit true 2017-05-17 10:38:12 -07:00
prenum.cpp chore(util/sexpr): remove mpz and mpq cases 2017-01-31 09:39:31 +01:00
prenum.h feat(library,frontends/lean): expose parser to Lean and use for parsing tactic parameters 2017-02-17 13:45:56 +01:00
print_cmd.cpp feat(frontends/lean): recover from many parser errors 2017-05-23 11:14:30 -07:00
print_cmd.h
scanner.cpp fix(frontends/lean/scanner): wrong upos after field projection 2017-05-23 10:33:31 +02:00
scanner.h feat(frontends/lean): add support for t.<id> and t.<idx> when t is a composite term 2017-03-28 17:47:49 -07:00
structure_cmd.cpp fix(frontends/lean/structure_cmd): parent structures may use different universe params 2017-05-18 09:35:14 -07:00
structure_cmd.h feat(library/class): add attribute for tracking symbols occurring in instances of type classes 2017-05-01 18:02:30 -07:00
structure_instance.cpp
structure_instance.h
tactic_evaluator.cpp refactor(init/meta/interaction_monad): replace rstep by istep 2017-03-23 09:03:41 +01:00
tactic_evaluator.h feat(library,frontends/lean): expose parser to Lean and use for parsing tactic parameters 2017-02-17 13:45:56 +01:00
tactic_notation.cpp feat(frontends/lean/parser): error recovery in interactive tactics 2017-05-23 11:14:30 -07:00
tactic_notation.h feat(frontends/lean,emacs): tactic info before elaboration, fix many edge cases 2017-03-17 18:20:44 -07:00
token_table.cpp refactor(init/meta/interactive,frontends/lean/token_table): introduce generalizing keyword in Lean 2017-04-16 15:11:49 -07:00
token_table.h feat(library/tactic): add zeta option, refactor simplify config option, allow users to change simplify_config in interactive mode 2017-02-19 12:11:22 -08:00
tokens.cpp chore(frontends/lean): update keywords 2017-03-30 16:51:08 -07:00
tokens.h chore(frontends/lean): update keywords 2017-03-30 16:51:08 -07:00
tokens.txt chore(frontends/lean): update keywords 2017-03-30 16:51:08 -07:00
type_util.cpp
type_util.h feat(frontends/lean): allow constructor parameters to be declared before ':' 2017-01-31 15:11:39 -08:00
util.cpp chore(*): replace "'^.' notation" with "field notation", pretty print using "." 2017-03-31 09:40:49 -07:00
util.h feat(frontends/lean): use . for field access 2017-03-28 15:29:54 -07:00