lean2/src/frontends/lean
2014-11-21 10:07:16 -08:00
..
begin_end_ext.cpp feat(frontends/lean): modify begin-end semantics, closes #258 2014-10-28 22:15:38 -07:00
begin_end_ext.h feat(frontends/lean): modify begin-end semantics, closes #258 2014-10-28 22:15:38 -07:00
builtin_cmds.cpp feat(frontends/lean): default 'eval' command ignores opaque/irreducible annotations 2014-11-10 12:46:04 -08:00
builtin_cmds.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
builtin_exprs.cpp refactor(frontends/lean): combine info annotations in a single module 2014-11-04 18:01:20 -08:00
builtin_exprs.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
calc.cpp fix(frontends/lean/calc_proof_elaborator): bug when inserting symmetry proofs for heq, fixes #286 2014-11-01 07:30:04 -07:00
calc.h feat(frontends/lean/calc): expose get_calc_subst_info and get_calc_refl_info APIs 2014-10-30 23:56:38 -07:00
calc_proof_elaborator.cpp fix(frontends/lean/calc_proof_elaborator): bug when inserting symmetry proofs for heq, fixes #286 2014-11-01 07:30:04 -07:00
calc_proof_elaborator.h feat(frontends/lean/calc_proof_elaborator): when 'elaborator.calc_assistant' is on, generate same info that is generated if ! was used 2014-10-31 09:49:45 -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): force 'classes' to be declared before instances are declared, closes #228 2014-10-07 18:02:15 -07:00
class.h feat(frontends/lean/builtin_cmds): add 'print classes' command 2014-10-07 17:30:57 -07:00
CMakeLists.txt refactor(frontends/lean): combine info annotations in a single module 2014-11-04 18:01:20 -08: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/elaborator): expose elaborator class 2014-10-03 16:10:36 -07:00
decl_cmds.cpp fix(frontends/lean): include position information 2014-11-09 11:43:44 -08: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): add elaborator.trace_instances option 2014-11-09 11:24:19 -08:00
elaborator.h feat(frontends/lean/calc_proof_elaborator): when 'elaborator.calc_assistant' is on, generate same info that is generated if ! was used 2014-10-31 09:49:45 -07:00
elaborator_context.cpp refactor(frontends/lean/elaborator): expose elaborator class 2014-10-03 16:10:36 -07:00
elaborator_context.h refactor(frontends/lean/elaborator): expose elaborator class 2014-10-03 16:10:36 -07:00
elaborator_exception.cpp feat(frontends/lean/placeholder_elaborator): better error message for ambiguous class-instance resolution 2014-10-30 14:44:58 -07:00
elaborator_exception.h feat(frontends/lean/placeholder_elaborator): better error message for ambiguous class-instance resolution 2014-10-30 14:44:58 -07:00
inductive_cmd.cpp fix(frontends/lean/inductive_cmd): generate error for inductive datatype declarations that will produce an eliminator that can only eliminate to Prop 2014-11-14 13:57:42 -08:00
inductive_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
info_annotation.cpp fix(frontends/lean): type information for "atomic" notation declaration, fixes #292 2014-11-04 18:01:20 -08:00
info_annotation.h fix(frontends/lean): type information for "atomic" notation declaration, fixes #292 2014-11-04 18:01:20 -08:00
info_manager.cpp fix(frontends/lean/info_manager): std::set insert is a noop if set already contains an equivalent element 2014-10-30 10:35:45 -07:00
info_manager.h feat(frontends/lean): only valid proof states should be displayed, closes #275 2014-10-29 17:29:40 -07:00
info_tactic.cpp feat(frontends/lean): automatically add 'info' tactic in begin-end blocks 2014-10-23 13:30:04 -07:00
info_tactic.h feat(frontends/lean): automatically add 'info' tactic in begin-end blocks 2014-10-23 13:30:04 -07:00
init_module.cpp refactor(frontends/lean): combine info annotations in a single module 2014-11-04 18:01:20 -08:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
local_context.cpp refactor(frontends/lean/local_context): add 'const' modifier 2014-11-04 18:37:31 -08:00
local_context.h refactor(frontends/lean/local_context): add 'const' modifier 2014-11-04 18:37:31 -08:00
local_decls.h fix(frontends/lean/parser): segfault when ending scope without opening, fixes #244 2014-10-13 21:08:36 -07:00
notation_cmd.cpp feat(frontends/lean): add '[local]' notation, closes #322 2014-11-16 21:15:04 -08:00
notation_cmd.h feat(frontends/lean/notation_cmd): remove the cleanup notation hack 2014-10-11 16:40:26 -07:00
parse_table.cpp feat(frontends/lean): add variation of the foldl/foldr notation where initial element is suppressed, closes #314 2014-11-09 14:08:33 -08:00
parse_table.h feat(frontends/lean): add variation of the foldl/foldr notation where initial element is suppressed, closes #314 2014-11-09 14:08:33 -08:00
parser.cpp fix(frontends/lean): tactic + variables bug, fixes #315 2014-11-09 14:43:22 -08:00
parser.h fix(frontends/lean): tactic + variables bug, fixes #315 2014-11-09 14:43:22 -08: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(frontends/lean): add '[local]' notation, closes #322 2014-11-16 21:15:04 -08:00
parser_config.h feat(frontends/lean): add '[local]' notation, closes #322 2014-11-16 21:15:04 -08: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/placeholder_elaborator): display instance trace header once per class-instance resolution problem 2014-11-09 15:00:13 -08:00
placeholder_elaborator.h feat(frontends/lean): add elaborator.trace_instances option 2014-11-09 11:24:19 -08:00
pp.cpp fix(frontends/lean): fix pretty-printing spacing problem 2014-11-09 14:49:43 -08:00
pp.h feat(frontends/lean): add option pp.purify_metavars 2014-11-09 11:04:22 -08:00
pp_options.cpp feat(frontends/lean): add elaborator.trace_instances option 2014-11-09 11:24:19 -08:00
pp_options.h feat(frontends/lean): add elaborator.trace_instances option 2014-11-09 11:24:19 -08:00
proof_qed_elaborator.cpp refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
proof_qed_elaborator.h fix(frontends/lean/proof_qed_elaborator): information about synthesized variables in a proof-qed block was being lost 2014-10-04 09:15:42 -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 feat(frontends/lean/scanner): disallow hierarchical names such as 'x.1' 2014-11-09 12:55:13 -08:00
scanner.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
server.cpp feat(shell/lean): add '--server-trace' flag, closes #264 2014-10-27 10:26:29 -07:00
server.h feat(shell/lean): add '--server-trace' flag, closes #264 2014-10-27 10:26:29 -07:00
structure_cmd.cpp feat(frontends/lean/structure_cmd): generate no_confusion for structures too 2014-11-15 16:00:09 -08:00
structure_cmd.h feat(frontends/lean): add 'print fields' command 2014-11-05 14:06:54 -08:00
tactic_hint.cpp refactor(frontends/lean/tactic_hint): simplify tactic_hints 2014-10-07 11:34:58 -07:00
tactic_hint.h refactor(frontends/lean/tactic_hint): simplify tactic_hints 2014-10-07 11:34:58 -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 '[local]' notation, closes #322 2014-11-16 21:15:04 -08:00
token_table.h feat(frontends/lean): change default precedence to 1 2014-10-20 18:40:55 -07:00
tokens.cpp feat(frontends/lean): add '[local]' notation, closes #322 2014-11-16 21:15:04 -08:00
tokens.h feat(frontends/lean): add '[local]' notation, closes #322 2014-11-16 21:15:04 -08:00
type_util.cpp feat(frontends/lean/structure_cmd): add structure_cmd core 2014-11-03 14:14:40 -08:00
type_util.h feat(frontends/lean/structure_cmd): add structure_cmd core 2014-11-03 14:14:40 -08:00
util.cpp fix(frontends/lean): tactic + section variables, fixes #332 2014-11-21 10:07:16 -08:00
util.h fix(frontends/lean): universe variable is treated as parameter inside section, fixes #283 2014-10-29 19:47:14 -07:00