lean2/src/frontends/lean
2015-01-21 18:12:29 -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(shell): set default behavior to "trusted" 2015-01-21 16:25:09 -08:00
builtin_cmds.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
builtin_exprs.cpp feat(frontends/lean): increase binding power of ! and @ 2015-01-19 18:40:33 -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): add expected type for single-step calc expressions, fixes #357 2014-11-29 15:35:09 -08: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 feat(library/unifier): add option 'unifier.conservative', use option by default in the calc_assistant 2015-01-19 16:23:29 -08:00
calc_proof_elaborator.h refactor(frontends/lean): move local_context to library 2014-12-10 12:43:32 -08:00
class.cpp feat(frontends/lean): add multiple_instances command 2014-12-21 17:28:44 -08:00
class.h refactor(library): move class management to library module 2014-12-09 21:38:55 -08:00
CMakeLists.txt refactor(frontends/lean): move placeholder_elaborator to library/tactic 2014-12-19 15:23:22 -08:00
cmd_table.h refactor(*): use name_map 2014-09-28 10:23:11 -07:00
coercion_elaborator.cpp refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
coercion_elaborator.h refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
decl_cmds.cpp refactor(kernel/type_checker): type checker should not unfold macros, but sign an error if a untrusted macro is used 2015-01-20 12:36:56 -08:00
decl_cmds.h feat(frontends/lean): add 'match' expressions 2015-01-10 10:11:13 -08:00
dependencies.cpp feat(*): add support for separate HoTT library 2014-12-05 14:34:02 -08: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): add option 'elaborator.fail_if_missing_field' 2015-01-19 17:47:39 -08:00
elaborator.h feat(frontends/lean): notation for creating structure instances 2015-01-16 17:14:30 -08:00
elaborator_context.cpp feat(frontends/lean/elaborator): add option 'elaborator.fail_if_missing_field' 2015-01-19 17:47:39 -08:00
elaborator_context.h feat(frontends/lean/elaborator): add option 'elaborator.fail_if_missing_field' 2015-01-19 17:47:39 -08:00
elaborator_exception.cpp refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
elaborator_exception.h refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
find_cmd.cpp fix(frontends/lean): disable class-instance resolution when executing find_decl, fixes #343 2014-11-24 21:33:52 -08:00
find_cmd.h feat(frontends/lean/find_cmd): add options for controlling find_decl 2014-11-24 00:16:10 -08:00
inductive_cmd.cpp refactor(library): move library/definitional/util module to library 2014-12-10 11:23:23 -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 chore(frontends/lean): use update_if_undef 2015-01-13 13:02:14 -08: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(library/tactic): 'exact' tactic report unsolved placeholders in nested expression 2014-11-28 14:59:35 -08: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): move placeholder_elaborator to library/tactic 2014-12-19 15:23:22 -08:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07: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 refactor(library): use "symbolic" precedences in the standard library 2014-11-29 19:08:37 -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 'print notation' command 2014-12-02 12:04:18 -08:00
parse_table.h feat(frontends/lean): add 'print notation' command 2014-12-02 12:04:18 -08:00
parser.cpp feat(frontends/lean): remove 'using' from structure instance command 2015-01-17 09:38:10 -08:00
parser.h feat(frontends/lean): remove 'using' from structure instance command 2015-01-17 09:38:10 -08:00
parser_bindings.cpp feat(frontends/lean): allow user to associate precedence to binders, closes #323 2014-11-23 17:30:46 -08: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(*): add uniform names for "meta-objects" 2014-12-17 11:42:14 -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
pp.cpp fix(frontends/lean/pp): option 'pp.private_names' should also affect private declarations defined in the current file 2014-12-28 14:22:36 -08:00
pp.h feat(frontends/lean/pp): add option 'pp.numerals' 2014-12-11 17:28:58 -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(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08: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): add implicit_infer_kind annotation to structure command 2015-01-21 18:12:29 -08:00
structure_cmd.h feat(frontends/lean): notation for creating structure instances 2015-01-16 17:14:30 -08:00
tactic_hint.cpp refactor(*): add uniform names for "meta-objects" 2014-12-17 11:42:14 -08:00
tactic_hint.h refactor(frontends/lean/tactic_hint): simplify tactic_hints 2014-10-07 11:34:58 -07:00
theorem_queue.cpp refactor(kernel/type_checker): type checker should not unfold macros, but sign an error if a untrusted macro is used 2015-01-20 12:36:56 -08: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): increase binding power of ! and @ 2015-01-19 18:40:33 -08:00
token_table.h feat(frontends/lean): increase binding power of ! and @ 2015-01-19 18:40:33 -08:00
tokens.cpp feat(shell): set default behavior to "trusted" 2015-01-21 16:25:09 -08:00
tokens.h feat(shell): set default behavior to "trusted" 2015-01-21 16:25:09 -08:00
type_util.cpp refactor(frontends/lean/type_util): move infer_implicit_params to library 2015-01-21 17:22:41 -08:00
type_util.h refactor(frontends/lean/type_util): move infer_implicit_params to library 2015-01-21 17:22:41 -08:00
util.cpp refactor(frontends/lean): move some auxiliary procedures to library/tactic 2014-12-19 15:19:45 -08:00
util.h refactor(frontends/lean): move some auxiliary procedures to library/tactic 2014-12-19 15:19:45 -08:00