lean2/src/frontends/lean
2014-09-29 11:11:17 -07:00
..
begin_end_ext.cpp refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
begin_end_ext.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
builtin_cmds.cpp fix(frontends/lean): add 'eval' command 2014-09-26 20:16:03 -07:00
builtin_cmds.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
builtin_exprs.cpp refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
builtin_exprs.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
calc.cpp refactor(*): use name_map 2014-09-28 10:23:11 -07:00
calc.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
choice_iterator.cpp refactor(frontends/lean/elaborator): rename choice_elaborator to choice_iterator and move to separate module 2014-09-10 11:20:16 -07:00
choice_iterator.h refactor(frontends/lean/elaborator): rename choice_elaborator to choice_iterator and move to separate module 2014-09-10 11:20:16 -07:00
class.cpp feat(frontends/lean): allow user to associate priorities to class-instances, closes #180 2014-09-28 12:20:42 -07:00
class.h feat(frontends/lean): allow user to associate priorities to class-instances, closes #180 2014-09-28 12:20:42 -07:00
CMakeLists.txt refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
cmd_table.h refactor(*): use name_map 2014-09-28 10:23:11 -07:00
coercion_elaborator.cpp refactor(frontends/lean/coercion_elaborator): simplify 2014-09-25 08:48:31 -07:00
coercion_elaborator.h refactor(frontends/lean/coercion_elaborator): simplify 2014-09-25 08:48:31 -07:00
decl_cmds.cpp chore(frontends/lean/decl_cmds): disable incorrect warning message produced by gcc 2014-09-28 12:32:47 -07:00
decl_cmds.h refactor(frontends/lean): minor code reorg 2014-07-14 03:47:49 +01:00
dependencies.cpp feat(frontends/lean/dependencies): send all missing files to standard error, closes #111 2014-08-29 13:20:25 -07: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 feat(frontends/lean/elaborator): report an error when Type becomes a Prop after elaboration, closes #208 2014-09-29 08:18:10 -07:00
elaborator.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
extra_info.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
extra_info.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
inductive_cmd.cpp feat(frontends/lean/inductive_cmd): infer implicit argument annotation after elaboration, allow user to disable it by using '()' annotation, closes #210 2014-09-29 11:11:17 -07:00
inductive_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
info_manager.cpp refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
info_manager.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
init_module.cpp refactor(frontends/lean/server): explicit initialization/finalization 2014-09-24 10:12:29 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
local_context.cpp refactor(local_context): local_context::scope auxiliary object is not 2014-09-25 09:59:27 -07:00
local_context.h refactor(local_context): local_context::scope auxiliary object is not 2014-09-25 09:59:27 -07:00
local_decls.h refactor(*): use name_map 2014-09-28 10:23:11 -07:00
no_info.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
no_info.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
notation_cmd.cpp feat(frontends/lean): allow users to define "numeral notation" 2014-09-26 14:55:23 -07:00
notation_cmd.h feat(frontends/lean): add 'prefix' notation declaration command 2014-07-03 21:37:56 -07:00
parse_table.cpp feat(frontends/lean): allow user to associate priorities to class-instances, closes #180 2014-09-28 12:20:42 -07:00
parse_table.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
parser.cpp feat(frontends/lean): allow users to define "numeral notation" 2014-09-26 14:55:23 -07:00
parser.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
parser_bindings.cpp chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
parser_bindings.h refactor(frontends/lean/parser): move parser Lua bindings to a separate file 2014-06-30 17:00:10 -07:00
parser_config.cpp feat(frontends/lean): allow users to define "numeral notation" 2014-09-26 14:55:23 -07:00
parser_config.h feat(frontends/lean): allow users to define "numeral notation" 2014-09-26 14:55:23 -07:00
parser_pos_provider.cpp refactor(frontends/lean/elaborator): add elaborator_env class 2014-08-12 18:43:56 -07:00
parser_pos_provider.h refactor(frontends/lean/elaborator): add elaborator_env class 2014-08-12 18:43:56 -07:00
placeholder_elaborator.cpp chore(frontends/lean/placeholder_elaborator): cleanup 2014-09-27 22:24:36 -07:00
placeholder_elaborator.h perf(frontends/lean/placeholder_elaborator): reuse local_context, this 2014-09-25 10:11:41 -07:00
pp.cpp fix(frontends/lean/pp): do not invoke type checker on expressions 2014-09-26 09:38:36 -07:00
pp.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
pp_options.cpp refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
pp_options.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
proof_qed_elaborator.cpp fix(frontends/lean/proof_qed_elaborator): must also create 2014-09-25 20:07:51 -07:00
proof_qed_elaborator.h refactor(frontends/lean/proof_qed_elaborator): simplify 2014-09-25 08:38:02 -07:00
register_module.cpp refactor(frontends/lean/parser): move parser Lua bindings to a separate file 2014-06-30 17:00:10 -07:00
register_module.h refactor(frontends/lean): remove dead code 2014-05-15 15:51:41 -07:00
scanner.cpp refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
scanner.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
server.cpp fix(frontends/lean/server): must save the starting environment/options when reprocessing file, fixes #209 2014-09-26 15:36:47 -07:00
server.h refactor(frontends/lean/server): explicit initialization/finalization 2014-09-24 10:12:29 -07:00
structure_cmd.cpp refactor(kernel/record): remove kernel extension for records, we will 2014-09-24 10:12:28 -07:00
structure_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
tactic_hint.cpp refactor(*): use name_map 2014-09-28 10:23:11 -07:00
tactic_hint.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
theorem_queue.cpp feat(frontends/lean): add option --cache 2014-08-10 11:04:16 -07:00
theorem_queue.h refactor(frontends/lean): create theorem_queue class 2014-07-26 15:00:51 -07:00
token_table.cpp feat(frontends/lean): allow user to associate priorities to class-instances, closes #180 2014-09-28 12:20:42 -07:00
token_table.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
tokens.cpp feat(frontends/lean): allow user to associate priorities to class-instances, closes #180 2014-09-28 12:20:42 -07:00
tokens.h feat(frontends/lean): allow user to associate priorities to class-instances, closes #180 2014-09-28 12:20:42 -07:00
util.cpp refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
util.h feat(frontends/lean): allow transient classes/instances, i.e., 2014-09-19 15:54:32 -07:00