lean4-htt/src/frontends/lean
2016-06-29 07:55:11 +01:00
..
builtin_cmds.cpp chore(frontends/lean): remove old '#simplify' command 2016-06-28 11:55:02 +01:00
builtin_cmds.h fix(frontends/lean): replay exported decls in imported files 2016-06-25 12:13:36 -07:00
builtin_exprs.cpp feat(frontends/lean/builtin_exprs): add 'else case' for do-match notation 2016-06-27 15:28:17 +01:00
builtin_exprs.h
calc.cpp chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00
calc.h
CMakeLists.txt chore(frontends/lean): disable old tactic framework and blast 2016-04-25 16:22:15 -07:00
cmd_table.h chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00
coercion_elaborator.cpp refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
coercion_elaborator.h refactor(library): create copy of the kernel type_checker in library 2016-03-18 14:34:10 -07:00
decl_attributes.cpp feat(library/blast/forward): inst_simp should use the left-hand-side as a pattern (if none is provided by the user) 2015-12-31 20:20:39 -08:00
decl_attributes.h chore(frontends/lean/decl_attributes): style 2015-12-17 22:50:01 -08:00
decl_cmds.cpp fix(frontends/lean/decl_cmds): the function name does not need to be atomic 2016-06-29 07:55:11 +01:00
decl_cmds.h feat(frontends/lean): allow patterns in 'do' notation 2016-06-24 19:28:48 -07:00
dependencies.cpp
dependencies.h
elaborator.cpp feat(frontends/lean): add #elab command for testing new elaborator 2016-04-05 17:03:23 -07:00
elaborator.h feat(frontends/lean): add #elab command for testing new elaborator 2016-04-05 17:03:23 -07:00
elaborator_context.cpp refactor(frontends/lean/elaborator_context): remove io_state from elaborator_context 2016-06-27 06:29:54 +01:00
elaborator_context.h refactor(frontends/lean/elaborator_context): remove io_state from elaborator_context 2016-06-27 06:29:54 +01:00
elaborator_exception.cpp
elaborator_exception.h
find_cmd.cpp chore(frontends/lean): remove useless elaborator options 2016-04-05 16:03:10 -07:00
find_cmd.h
inductive_cmd.cpp fix(frontends/lean/inductive_cmd): remove universe placeholder from parameters 2016-06-14 11:36:34 -07:00
inductive_cmd.h
info_annotation.cpp
info_annotation.h
info_manager.cpp chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00
info_manager.h chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00
init_module.cpp chore(frontends/lean): disable old tactic framework and blast 2016-04-25 16:22:15 -07:00
init_module.h
local_decls.h
local_level_decls.h fix(frontends/lean/builtin_cmds): redeclare_aliases 2016-03-30 16:30:18 -07:00
local_ref_info.cpp feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces 2015-12-05 11:15:02 -08:00
local_ref_info.h
nested_declaration.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
nested_declaration.h
notation_cmd.cpp chore(frontends/lean): remove tactic notation 2016-06-10 18:29:41 -07:00
notation_cmd.h
obtain_expr.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
obtain_expr.h
old_attributes.cpp refactor(simplifier): port skeleton to new tactic framework 2016-06-24 15:20:40 -07:00
old_attributes.h chore(frontends/lean): disable old tactic framework and blast 2016-04-25 16:22:15 -07:00
old_elaborator.cpp refactor(frontends/lean/elaborator_context): remove io_state from elaborator_context 2016-06-27 06:29:54 +01:00
old_elaborator.h refactor(frontends/lean/elaborator_context): remove io_state from elaborator_context 2016-06-27 06:29:54 +01:00
opt_cmd.cpp
opt_cmd.h
parse_table.cpp chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00
parse_table.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
parser.cpp refactor(frontends/lean/elaborator_context): remove io_state from elaborator_context 2016-06-27 06:29:54 +01:00
parser.h feat(library,frontends/lean): support for quoted expressions in the VM, compiler and frontend 2016-06-15 16:06:39 -07:00
parser_config.cpp chore(frontends/lean): remove tactic notation 2016-06-10 18:29:41 -07:00
parser_config.h chore(frontends/lean): remove tactic notation 2016-06-10 18:29:41 -07:00
parser_pos_provider.cpp
parser_pos_provider.h
pp.cpp refactor(library/local_context): store pp_name in local_ref's 2016-06-21 10:50:38 -07:00
pp.h feat(src/frontends/lean/pp): option to print theorem statements instead of proof terms 2016-06-14 11:50:53 -07:00
prenum.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
prenum.h
print_cmd.cpp chore(library): remove dead code 2016-06-25 13:12:24 -07:00
print_cmd.h refactor(frontends/lean): move 'print_cmd' to separate module 2015-12-28 09:08:18 -08:00
scanner.cpp feat(frontends/lean): add ( token and remove token 2016-06-15 13:22:31 -07:00
scanner.h feat(frontends/lean): add ( token and remove token 2016-06-15 13:22:31 -07:00
server.cpp chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00
server.h feat(shell,frontends/lean): add command line option --dir 2015-11-19 08:34:23 -08:00
structure_cmd.cpp fix(src/frontends/lean/structure_cmd): fixes #1036 2016-06-14 17:52:31 -07:00
structure_cmd.h
theorem_queue.cpp feat(frontends/lean): add meta_definition and meta_constant commands 2016-06-01 09:12:41 -07:00
theorem_queue.h refactor(frontends/lean): add local_level_decls 2016-03-30 15:47:32 -07:00
token_table.cpp chore(frontends/lean): remove old '#simplify' command 2016-06-28 11:55:02 +01:00
token_table.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
tokens.cpp chore(frontends/lean): removed dead tokens 2016-06-24 16:10:18 -07:00
tokens.h chore(frontends/lean): removed dead tokens 2016-06-24 16:10:18 -07:00
tokens.txt chore(frontends/lean): removed dead tokens 2016-06-24 16:10:18 -07:00
type_util.cpp
type_util.h refactor(library/util): isolate util procedures that depend on old_type_checker 2016-03-21 13:36:08 -07:00
update_environment_exception.h
util.cpp refactor(library): move try_eta to util 2016-06-17 10:29:02 -07:00
util.h chore(frontends/lean): remove all #include "library/tactic.*" from frontends/lean 2016-04-25 15:41:12 -07:00