lean4-htt/src/frontends/lean
2014-09-22 19:22:53 -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 refactor(frontends/lean/builtin_cmds): explicit token initialization 2014-09-22 19:22:53 -07:00
builtin_cmds.h refactor(frontends/lean/cmd_table): remove register_builtin_cmd procedures, they would cause initialization problems 2014-06-11 14:35:34 -07:00
builtin_exprs.cpp feat(frontends/lean): add proof-qed expression 2014-09-11 18:14:49 -07:00
builtin_exprs.h feat(frontends/lean/pp): pretty print 'show' expressions 2014-07-26 21:56:35 -07:00
calc.cpp refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -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 refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
class.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
CMakeLists.txt refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
cmd_table.h feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics 2014-07-01 20:43:53 -07:00
coercion_elaborator.cpp feat(frontends/lean): use coercions to function-class and sort-class in 2014-09-20 09:00:10 -07:00
coercion_elaborator.h feat(frontends/lean): use coercions to function-class and sort-class in 2014-09-20 09:00:10 -07:00
decl_cmds.cpp refactor(frontends/lean): replace '[protected]' modifier with 'protected definition' and 'protected theorem', '[protected]' is not a hint. 2014-09-19 15:54:32 -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 refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -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): add 'reducible' modifier for controlling which 2014-09-19 15:54:32 -07:00
inductive_cmd.h feat(frontends/lean): add inductive_cmd 2014-06-18 16:00:59 -07:00
info_manager.cpp fix(frontends/lean/info_manager): get_closest_env_opts 2014-09-18 17:03:59 -07:00
info_manager.h fix(frontends/lean/info_manager): make sure env_info is not lost when 2014-09-18 16:51:59 -07:00
init_module.cpp refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
local_context.cpp feat(frontends/lean/elaborator): constraints associated with 'proof-qed' 2014-09-13 10:21:10 -07:00
local_context.h feat(frontends/lean/elaborator): constraints associated with 'proof-qed' 2014-09-13 10:21:10 -07:00
local_decls.h fix(frontends/lean): name clash inside section, fixes #181 2014-09-11 16:37:23 -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): persistent notation in sections 2014-09-06 11:14:20 -07:00
notation_cmd.h feat(frontends/lean): add 'prefix' notation declaration command 2014-07-03 21:37:56 -07:00
parse_table.cpp chore(frontends/lean): use consistent filename convention 2014-09-04 09:59:24 -07:00
parse_table.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
parser.cpp refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -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 refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
parser_config.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -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 feat(frontends/lean): add 'reducible' modifier for controlling which 2014-09-19 15:54:32 -07:00
placeholder_elaborator.h feat(frontends/lean/placeholder_elaborator): perform class-instance resolution in a completely independent unifier object, it also triggers the resolution when expected type does not contain metavariables, closes #175, closes #173, closes #68 2014-09-11 14:49:35 -07:00
pp.cpp fix(frontends/lean/pp): when formatting a coercion to function-class 2014-09-20 09:56:46 -07:00
pp.h fix(frontends/lean/pp): when formatting a coercion to function-class 2014-09-20 09:56:46 -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 feat(frontends/lean): add 'reducible' modifier for controlling which 2014-09-19 15:54:32 -07:00
proof_qed_elaborator.h feat(frontends/lean/elaborator): constraints associated with 'proof-qed' 2014-09-13 10:21:10 -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/scanner): remove dependency to seekg and unget 2014-09-18 15:24:48 -07:00
scanner.h refactor(frontends/lean/scanner): remove dependency to seekg and unget 2014-09-18 15:24:48 -07:00
server.cpp feat(frontends/lean): add 'reducible' modifier for controlling which 2014-09-19 15:54:32 -07:00
server.h feat(frontends/lean/server): add SYNC command, closes #199 2014-09-16 18:42:34 -07:00
structure_cmd.cpp feat(frontends/lean): add 'reducible' modifier for controlling which 2014-09-19 15:54:32 -07:00
structure_cmd.h feat(frontends/lean/structure): add 'structure' command skeleton 2014-07-28 19:59:38 -07:00
tactic_hint.cpp refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -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): add 'irreducible' as syntax sugar for 'reducible [off]' 2014-09-19 15:54:32 -07:00
token_table.h feat(frontends/lean/server): ingore keywords and commands in FINDP 2014-09-05 20:59:14 -07:00
tokens.cpp refactor(frontends/lean/builtin_cmds): explicit token initialization 2014-09-22 19:22:53 -07:00
tokens.h refactor(frontends/lean/builtin_cmds): explicit token initialization 2014-09-22 19:22:53 -07:00
util.cpp feat(frontends/lean): allow transient classes/instances, i.e., 2014-09-19 15:54:32 -07:00
util.h feat(frontends/lean): allow transient classes/instances, i.e., 2014-09-19 15:54:32 -07:00