lean4-htt/src/frontends/lean
2017-03-24 07:22:28 +01:00
..
brackets.cpp feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08:00
brackets.h feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08:00
builtin_cmds.cpp refactor(library/system/io): use type classes 2017-03-23 14:29:07 -07:00
builtin_cmds.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
builtin_exprs.cpp fix(frontends/lean/builtin_exprs): override scope behavior for strict quoted names 2017-03-22 07:34:50 -07:00
builtin_exprs.h feat(frontends/lean): improve notation for converting infix notation into functions 2017-02-17 23:11:22 -08:00
calc.cpp fix(frontends/lean): fixes #1468 2017-03-18 13:48:21 -07:00
calc.h
CMakeLists.txt fix(frontends/lean,shell): fix file dependencies 2017-03-17 18:20:44 -07:00
cmd_table.h
completion.cpp fix(frontends/lean,shell): fix file dependencies 2017-03-17 18:20:44 -07:00
completion.h fix(frontends/lean,shell): fix file dependencies 2017-03-17 18:20:44 -07:00
decl_attributes.cpp feat(library/tactic): store name of current declaration in tactic_state 2017-01-28 08:27:19 +01:00
decl_attributes.h fix(frontends/lean/structure_cmd): make sure structure_cmd takes the option default_priority into account 2016-10-01 13:47:19 -07:00
decl_cmds.cpp refactor(library/system/io): use type classes 2017-03-23 14:29:07 -07:00
decl_cmds.h
decl_util.cpp refactor(shell/lean): set exit status 1 iff at least one error was reported 2017-03-23 08:57:56 +01:00
decl_util.h refactor(shell/lean): set exit status 1 iff at least one error was reported 2017-03-23 08:57:56 +01:00
definition_cmds.cpp feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +01:00
definition_cmds.h feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
dependencies.cpp feat(frontends/lean): add token class, and procedure for consuming the tokens 2017-02-03 18:11:06 -08:00
dependencies.h
elaborator.cpp fix(library/message_builder): remove unnecessary field 2017-03-22 08:23:29 -07:00
elaborator.h feat(frontends/lean/elaborator,init/meta/interactive): relax expr pattern elaboration and use it to implement a tactic signature pretty printer 2017-03-17 18:20:44 -07:00
equations_validator.cpp refactor(frontends/lean/equations_validator): move validation code to another file 2017-03-06 14:36:42 -08:00
equations_validator.h refactor(frontends/lean/equations_validator): move validation code to another file 2017-03-06 14:36:42 -08:00
inductive_cmds.cpp refactor(shell/lean): set exit status 1 iff at least one error was reported 2017-03-23 08:57:56 +01:00
inductive_cmds.h feat(frontends/lean): force user to use meta keyword on meta inductive/structure/class 2016-09-29 17:56:35 -07:00
info_manager.cpp feat(frontends/lean/interactive,emacs): hide colon separator in front of pretty-printed types 2017-03-17 18:20:44 -07:00
info_manager.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
init_module.cpp fix(frontends/lean,shell): fix file dependencies 2017-03-17 18:20:44 -07:00
init_module.h
interactive.cpp fix(shell/server): fix field completion 2017-03-23 09:03:43 +01:00
interactive.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01: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
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/parser): better task description 2017-03-24 07:22:28 +01:00
parser.h refactor(shell/lean): set exit status 1 iff at least one error was reported 2017-03-23 08:57:56 +01: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
parser_pos_provider.h
parser_state.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
parser_state.h refactor(shell/lean): set exit status 1 iff at least one error was reported 2017-03-23 08:57:56 +01:00
pp.cpp feat(frontends/lean/pp): add attribute [pp_using_anonymous_constructor] for marking structures we should use the anonymous constructor notation when pretty printing instances 2017-03-09 15:17:18 -08:00
pp.h refactor(frontends/lean): add parse_lparen 2017-02-17 21:46:39 -08: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 chore(frontends/lean): rename transient commands 2017-03-09 18:41:19 -08:00
print_cmd.h
scanner.cpp fix(frontends/lean/scanner): initialize m_pos 2017-03-24 07:04:35 +01:00
scanner.h fix(frontends/lean, library/tactic): remove redundant error messages, and fix position of error messages 2017-02-07 20:25:28 -08:00
structure_cmd.cpp feat(library): do not generate C.destruct (for structures), and C.induction_on (for structures and inductive datatypes) 2017-03-15 14:45:13 -07:00
structure_cmd.h feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08: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 refactor(frontends/lean/tactic_notation): remove irtactic in favor of itactic 2017-03-23 09:07:08 +01: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 fix(frontends/lean/elaborator): conflict between (: t :) and (::) notations 2017-03-12 09:29:42 -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 feat(frontends/lean): 'let' in 'do' blocks 2017-02-24 09:10:36 -08:00
tokens.h feat(frontends/lean): 'let' in 'do' blocks 2017-02-24 09:10:36 -08:00
tokens.txt feat(frontends/lean): 'let' in 'do' blocks 2017-02-24 09:10:36 -08: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
update_environment_exception.h
util.cpp fix(frontends/lean): fixes #1468 2017-03-18 13:48:21 -07:00
util.h fix(frontends/lean): fixes #1468 2017-03-18 13:48:21 -07:00