lean4-htt/src/frontends/lean
2018-12-17 23:30:28 +01:00
..
brackets.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
brackets.h feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08:00
builtin_cmds.cpp feat(library/vm/vm): add profiler.perf_script_file option 2018-10-22 15:01:49 +02:00
builtin_cmds.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
builtin_exprs.cpp feat(frontends/lean,library/init/lean/parser/combinators): add node_longest_choice! macro 2018-11-19 18:02:28 +01:00
builtin_exprs.h chore(frontends/lean): remove tactic notation 2018-08-23 13:44:52 -07:00
choice.cpp chore(frontends/lean/choice): cleanup 2018-06-18 15:29:21 -07:00
choice.h refactor(frontends/lean/choice): use mdata to implement choice 2018-06-18 14:21:11 -07:00
CMakeLists.txt feat(library/vm/vm_aux): add primitive for calling old elaborator 2018-12-14 17:36:56 +01:00
cmd_table.h fix(frontends/lean): compilation warnings with older versions of gcc 2017-06-19 11:14:22 -07:00
decl_attributes.cpp feat(library/compiler): provide options to vm_compile 2018-09-30 08:50:40 -07:00
decl_attributes.h refactor(frontends/lean): do not hard code commands accepting attributes & modifiers 2017-06-19 11:09:26 -07:00
decl_cmds.cpp feat(frontends/lean/decl_cmds): universe(s) now behaves like universe variable(s) 2018-12-17 23:30:28 +01:00
decl_cmds.h
decl_util.cpp fix(library/compiler): we need to unfold auxiliary nested _match applications eagerly 2018-09-18 14:17:37 -07:00
decl_util.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
definition_cmds.cpp chore(library): remove noncomputable module 2018-10-22 09:39:03 -07:00
definition_cmds.h feat(frontends/lean): add abbreviation command 2018-01-05 15:40:59 -08:00
elaborator.cpp feat(library/init/lean/elaborator): delegate elaboration of attribute 2018-12-14 17:38:19 +01:00
elaborator.h feat(library/init/lean/elaborator): delegate elaboration of attribute 2018-12-14 17:38:19 +01:00
inductive_cmds.cpp chore(library): remove documentation environment extension 2018-09-07 12:09:41 -07:00
inductive_cmds.h feat(kernel): preparing for adding new inductive datatype module 2018-06-01 14:47:49 -07:00
init_module.cpp feat(library/vm/vm_aux): add primitive for calling old elaborator 2018-12-14 17:36:56 +01:00
init_module.h
json.cpp refactor(library/messages): make an object_ref 2018-09-11 13:55:25 -07:00
json.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
local_context_adapter.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
local_context_adapter.h
local_decls.h
local_level_decls.h
match_expr.cpp fix(library/compiler): we need to unfold auxiliary nested _match applications eagerly 2018-09-18 14:17:37 -07:00
match_expr.h fix(library/compiler): we need to unfold auxiliary nested _match applications eagerly 2018-09-18 14:17:37 -07:00
notation_cmd.cpp feat(library/compiler): provide options to vm_compile 2018-09-30 08:50:40 -07:00
notation_cmd.h
parse_table.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
parse_table.h
parser.cpp chore(library): remove noncomputable module 2018-10-22 09:39:03 -07:00
parser.h refactor(library/module_mgr): minimize parser interface 2018-09-11 13:55:25 -07:00
parser_config.cpp chore(library): remove fingerprint 2018-09-07 12:54:19 -07:00
parser_config.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
parser_pos_provider.h refactor(kernel): remove tag from kernel expressions 2018-06-08 10:29:22 -07:00
parser_state.h chore(frontends/lean): remove break_at_pos support 2018-09-07 08:34:19 -07:00
pp.cpp chore(library/compiler): remove old compiler steps that have already been replaced 2018-10-05 17:30:27 -07:00
pp.h feat(frontends/lean/pp): add pp.compact_let option 2018-09-20 12:05:48 -07:00
prenum.cpp feat(*): use new inductive datatype module 2018-09-06 18:09:22 -07:00
prenum.h feat(frontends/lean): remove prenum macro 2018-06-14 15:46:35 -07:00
print_cmd.cpp chore(library): remove noncomputable module 2018-10-22 09:39:03 -07:00
print_cmd.h
scanner.cpp feat(*): basic runtime string support 2018-05-14 16:52:55 -07:00
scanner.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
structure_cmd.cpp feat(library/compiler/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -07:00
structure_cmd.h refactor(frontends/lean/elaborator): refactor and document structure instance notation code 2018-02-02 08:58:53 -08:00
structure_instance.cpp feat(*): use new inductive datatype module 2018-09-06 18:09:22 -07:00
structure_instance.h feat(frontends/lean/{parser,elaborator}): structure instance patterns 2017-11-22 12:16:28 -08:00
token_table.cpp feat(frontends/lean,library/init/lean/parser/combinators): add node_longest_choice! macro 2018-11-19 18:02:28 +01: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): change structure update notation 2017-11-17 16:40:47 -08:00
tokens.h feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
tokens.txt feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -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
typed_expr.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
typed_expr.h refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
util.cpp chore(library/tactic): reduce dependencies 2018-10-23 11:32:56 -07:00
util.h feat(library/compiler): provide options to vm_compile 2018-09-30 08:50:40 -07:00
vm_elaborator.cpp feat(library/vm/vm_aux): add primitive for calling old elaborator 2018-12-14 17:36:56 +01:00
vm_elaborator.h feat(library/vm/vm_aux): add primitive for calling old elaborator 2018-12-14 17:36:56 +01:00