lean4-htt/src/frontends/lean
2017-03-05 08:37:16 -08: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 feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
builtin_cmds.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
builtin_exprs.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08: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 refactor(kernel): reduce number of configurations supported in the kernel 2016-09-27 17:07:01 -07:00
calc.h
CMakeLists.txt fix(frontends/lean, library/tactic): error position in auto quoted terms 2017-02-09 18:03:04 -08:00
cmd_table.h refactor(frontends/decl_cmds): simplify definition parsing logic 2016-08-08 12:44:37 -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 feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
decl_cmds.h chore(frontends/lean): delete old definition command 2016-09-19 16:50:25 -07:00
decl_util.cpp fix(frontends/lean, library/tactic): remove redundant error messages, and fix position of error messages 2017-02-07 20:25:28 -08:00
decl_util.h feat(frontends/lean): nicer syntax for default parameter values 2017-01-30 15:54:26 -08:00
definition_cmds.cpp fix(frontends/lean/definition_cmds): set scope_pos_info when checking examples 2017-02-25 12:56:46 -08: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 feat(frontends/lean/elaborator): flag expr quotes containing universe params 2017-03-05 08:37:16 -08:00
elaborator.h feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
inductive_cmds.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08: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 chore(CMakeLists,frontends/lean): add SAVE_SNAPSHOT=OFF SAVE_INFO=OFF compilation options 2017-02-28 12:09:19 -08:00
info_manager.h refactor(frontends/lean): interactive tactic support 2017-01-21 22:38:47 -08:00
init_module.cpp feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08:00
init_module.h
json.cpp feat(shell/completion,emacs/lean-company): provide doc string and location with completion candidate 2017-01-10 16:19:32 +01:00
json.h feat(shell/completion,emacs/lean-company): provide doc string and location with completion candidate 2017-01-10 16:19:32 +01: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
local_level_decls.h fix(frontends/lean/builtin_cmds): redeclare_aliases 2016-03-30 16:30:18 -07:00
match_expr.cpp fix(frontends/lean): fixes #1292 2017-01-09 15:53:37 -08:00
match_expr.h refactor(frontends/lean): move match-expr parser to different module 2016-08-08 09:05:22 -07:00
notation_cmd.cpp feat(library/tactic): store name of current declaration in tactic_state 2017-01-28 08:27:19 +01:00
notation_cmd.h refactor(*): remove abbreviation command 2016-09-03 17:11:29 -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 feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
parser.h feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08: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 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
parser_state.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
parser_state.h feat(frontends/lean): add scope management to parser_state, remove unnecessary undef_ids 2017-02-08 11:58:14 -08:00
pp.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -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 feat(frontends/lean/print_cmd): add to info_manager when not overloaded 2017-02-17 15:41:58 +01:00
print_cmd.h refactor(frontends/lean): move 'print_cmd' to separate module 2015-12-28 09:08:18 -08:00
scanner.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +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 fix(frontends/lean/structure_cmd): when error recovery is enabled, we must not assume the expression in the fixed line is a binding expression (it may be a sorry expression) 2017-02-20 14:51:59 -08:00
structure_cmd.h feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08: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
tactic_evaluator.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +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): expr literals ```(...) 2017-03-05 08:37:16 -08:00
tactic_notation.h refactor(frontends/lean): interactive tactic support 2017-01-21 22:38:47 -08:00
token_table.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08: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 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): allow constructor parameters to be declared before ':' 2017-01-31 15:11:39 -08:00
update_environment_exception.h
util.cpp refactor(frontends/lean/{parser,util}): extract quote functions 2017-02-23 01:52:13 +01:00
util.h refactor(frontends/lean/{parser,util}): extract quote functions 2017-02-23 01:52:13 +01:00