lean2/src/frontends/lean
2014-10-02 17:55:34 -07:00
..
begin_end_ext.cpp feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -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): remove hardcoded Type', and define it using notation 2014-10-02 14:29:51 -07:00
builtin_exprs.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
calc.cpp feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -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(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -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 feat(frontends/lean): section variables occur after section parameters 2014-10-02 17:55:34 -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): more strict test for bad universe solution 2014-10-02 14:29:51 -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 refactor(kernel): rename var_decl to constant_assumption 2014-10-02 17:55:34 -07:00
inductive_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
info_manager.cpp fix(frontends/lean/info_manager): crash when accessing INFO in the end of the file 2014-09-29 16:44:55 -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): section variables occur after section parameters 2014-10-02 17:55:34 -07:00
parser.h feat(frontends/lean): section variables occur after section parameters 2014-10-02 17:55:34 -07:00
parser_bindings.cpp fix(frontends/lean): missing type information for INFO, fixes #218 2014-10-01 14:29:07 -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(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -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): pp was not taking into account new namespace name resolution rules, fixes #216 2014-10-01 11:24:45 -07:00
pp.h fix(frontends/lean/pp): pp was not taking into account new namespace name resolution rules, fixes #216 2014-10-01 11:24:45 -07:00
pp_options.cpp feat(frontends/lean/elaborator): more strict test for bad universe solution 2014-10-02 14:29:51 -07:00
pp_options.h feat(frontends/lean/elaborator): more strict test for bad universe solution 2014-10-02 14:29:51 -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 feat(frontends/lean/server): sort exact matches by size in FINDP 2014-09-29 16:44:55 -07:00
server.h feat(frontends/lean): check modification time of imported files 2014-09-29 15:17:27 -07:00
structure_cmd.cpp refactor(kernel): rename var_decl to constant_assumption 2014-10-02 17:55:34 -07:00
structure_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
tactic_hint.cpp feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -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 refactor(frontends/lean): constant/axiom are top-level commands, parameter/variable/hypothesis/conjecture are section/context-level commands 2014-10-02 17:55:34 -07:00
token_table.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
tokens.cpp feat(frontends/lean/parser): allow _ at level expressions 2014-10-01 10:24:44 -07:00
tokens.h feat(frontends/lean/parser): allow _ at level expressions 2014-10-01 10:24:44 -07:00
util.cpp feat(frontends/lean): section variables occur after section parameters 2014-10-02 17:55:34 -07:00
util.h feat(frontends/lean): allow transient classes/instances, i.e., 2014-09-19 15:54:32 -07:00