lean4-htt/src/frontends/lean
Leonardo de Moura c427fb4086 refactor(*): create library/init/lean folder
The new folder will contain the new parser, macro expander and compiler.
This commit also renames the namespace for the old parser `lean3.parser`
2018-04-27 08:02:40 -07:00
..
brackets.cpp feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
brackets.h feat(frontends/lean): add default field values 2017-01-22 21:25:49 -08:00
builtin_cmds.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
builtin_cmds.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
builtin_exprs.cpp chore(*): disable SMT tactic framework and backward chaining 2018-04-10 12:05:51 -07:00
builtin_exprs.h feat(frontends/lean): {! ... !} takes a list of pre-terms 2017-06-13 22:19:17 -07:00
calc.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
calc.h
CMakeLists.txt refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
cmd_table.h fix(frontends/lean): compilation warnings with older versions of gcc 2017-06-19 11:14:22 -07:00
completion.cpp feat(shell/server): add search command 2017-05-22 09:40:38 -07:00
completion.h feat(shell/server): add search command 2017-05-22 09:40:38 -07:00
decl_attributes.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
decl_attributes.h refactor(frontends/lean): do not hard code commands accepting attributes & modifiers 2017-06-19 11:09:26 -07:00
decl_cmds.cpp fix(frontends/lean/decl_cmds): attribute cmd: save info for first ident 2018-02-28 17:42:19 +01:00
decl_cmds.h chore(frontends/lean): delete old definition command 2016-09-19 16:50:25 -07:00
decl_util.cpp feat(library/tactic, frontends/lean): replace a few mk_tagged_fresh_name with mk_unused_name 2018-02-21 15:04:19 -08:00
decl_util.h feat(frontends/lean): add abbreviation command 2018-01-05 15:40:59 -08:00
definition_cmds.cpp feat(frontends/lean/definition_cmds): elaborate a def's type separately when explicit return type is given 2018-04-20 09:59:09 -07:00
definition_cmds.h feat(frontends/lean): add abbreviation command 2018-01-05 15:40:59 -08:00
dependencies.cpp refactor(util/lean_path,util/path): separate search path functions 2017-05-01 14:11:38 -07:00
dependencies.h refactor(util/lean_path): explicitly pass around search path 2017-05-01 14:11:38 -07:00
elaborator.cpp feat(frontends/lean/elaborator,library/type_context): fine grain unifier approximation control 2018-04-24 15:09:19 -07:00
elaborator.h feat(frontends/lean/elaborator,library/type_context): fine grain unifier approximation control 2018-04-24 15:09:19 -07:00
inductive_cmds.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
inductive_cmds.h refactor(init/meta/coinductive_predicates,frontends/lean/inductive_cmds): declare coinductive in Lean 2017-06-19 11:27:12 -07:00
info_manager.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
info_manager.h feat(server): add command to get all holes in a file 2017-06-15 10:23:26 +02:00
init_module.cpp feat(frontends/lean/user_command): add user-defined commands 2017-06-19 11:27:12 -07:00
init_module.h
interactive.cpp chore(*): remove converter, ac_tactics, hole_commands, rbtree/rbmap proofs, bitvec 2018-04-10 12:25:51 -07:00
interactive.h chore(*): remove converter, ac_tactics, hole_commands, rbtree/rbmap proofs, bitvec 2018-04-10 12:25:51 -07:00
json.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
json.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
local_context_adapter.cpp feat(kernel/expr): allow metavariables to have user-facing names 2017-07-16 07:16:41 -07:00
local_context_adapter.h refactor(frontends/lean): move local_context_adapter to separate folder 2016-08-10 07:52:38 -07:00
local_decls.h
local_level_decls.h fix(frontends/lean/builtin_cmds): redeclare_aliases 2016-03-30 16:30:18 -07:00
match_expr.cpp refactor(frontends/lean/parser): add name_generator 2018-02-21 15:04:19 -08:00
match_expr.h refactor(frontends/lean): move match-expr parser to different module 2016-08-08 09:05:22 -07:00
module_parser.cpp refactor(util/fresh_name): implement fresh_name using unique thread id 2018-02-23 10:35:04 -08:00
module_parser.h feat(frontends/lean): save/restore fresh name_generator state in parser snapshots 2018-02-21 15:04:19 -08:00
notation_cmd.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
notation_cmd.h refactor(*): remove abbreviation command 2016-09-03 17:11:29 -07:00
parse_table.cpp chore(frontends/lean): remove info_annotation module 2016-09-19 21:19:31 -07:00
parse_table.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
parser.cpp chore(kernel): remove opportunistic hash consing support 2018-04-12 16:43:10 -07:00
parser.h refactor(frontends/lean/parser): add name_generator 2018-02-21 15:04:19 -08:00
parser_config.cpp feat(frontends/lean/user_command): add user-defined commands 2017-06-19 11:27:12 -07:00
parser_config.h refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
parser_pos_provider.cpp feat(kernel/pos_info_provider): add save_pos_info 2017-03-31 09:40:48 -07:00
parser_pos_provider.h chore(frontends/lean/{parser_state,parser_pos_provider}): compiler warnings 2017-04-01 20:23:33 +02:00
parser_state.h chore(frontends/lean): remove parser_state object 2018-02-27 14:05:02 -08:00
pp.cpp chore(*): disable SMT tactic framework and backward chaining 2018-04-10 12:05:51 -07:00
pp.h refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
prenum.cpp refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
prenum.h refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
print_cmd.cpp chore(*): remove unification hints 2018-04-10 16:29:04 -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 support for unicode char literals and escape sequences 2017-10-23 13:46:57 -07:00
scanner.h refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
structure_cmd.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
structure_cmd.h refactor(frontends/lean/elaborator): refactor and document structure instance notation code 2018-02-02 08:58:53 -08:00
structure_instance.cpp feat(frontends/lean/{parser,elaborator}): structure instance patterns 2017-11-22 12:16:28 -08:00
structure_instance.h feat(frontends/lean/{parser,elaborator}): structure instance patterns 2017-11-22 12:16:28 -08:00
tactic_notation.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
tactic_notation.h feat(frontends/lean,emacs): tactic info before elaboration, fix many edge cases 2017-03-17 18:20:44 -07:00
token_table.cpp feat(frontends/lean): add abbreviation command 2018-01-05 15:40:59 -08:00
token_table.h feat(library/tactic): add zeta option, refactor simplify config option, allow users to change simplify_config in interactive mode 2017-02-19 12:11:22 -08:00
tokens.cpp feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
tokens.h feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
tokens.txt feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
type_util.cpp feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd 2016-08-17 07:34:03 -07:00
type_util.h feat(frontends/lean): allow constructor parameters to be declared before ':' 2017-01-31 15:11:39 -08:00
typed_expr.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
typed_expr.h refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
user_command.cpp refactor(*): create library/init/lean folder 2018-04-27 08:02:40 -07:00
user_command.h feat(frontends/lean/user_command): add user-defined commands 2017-06-19 11:27:12 -07:00
user_notation.cpp refactor(*): create library/init/lean folder 2018-04-27 08:02:40 -07:00
user_notation.h feat(frontends/lean): user-defined notation parsers 2017-06-07 10:09:38 -07:00
util.cpp refactor(library/typed_expr): move typed_expr to frontends/lean 2018-04-09 15:25:40 -07:00
util.h chore(frontends/lean/util): remove dead function 2018-01-30 12:48:48 -08:00