lean2/src/frontends/lean
Leonardo de Moura 6891f48c67 fix(library/module): do not store full path of imported modules
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-29 10:48:57 -07:00
..
builtin_cmds.cpp fix(frontends/lean/builtin_cmds): abstract section parameters in the 'check' command 2014-06-26 10:06:50 -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 '@' explicit notation 2014-06-25 12:50:47 -07:00
builtin_exprs.h feat(frontends/lean/parser): add parse_notation 2014-06-11 21:00:34 -07:00
builtin_tactic_cmds.cpp feat(frontends/lean): add basic tactics 2014-06-29 09:03:51 -07:00
builtin_tactic_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
calc.cpp fix(frontends/lean): save 'choice' position 2014-06-26 08:50:44 -07:00
calc.h feat(frontends/lean/calc): add parse_calc function 2014-06-17 17:16:15 -07:00
CMakeLists.txt feat(frontends/lean): add display_deps function, and --deps command line option 2014-06-28 18:35:18 -07:00
cmd_table.h feat(frontends/lean): send tactic hint table to elaborator 2014-06-29 07:03:25 -07:00
decl_cmds.cpp feat(kernel): add strict implicit arguments 2014-06-25 17:50:49 -07:00
decl_cmds.h feat(frontends/lean): add inductive_cmd 2014-06-18 16:00:59 -07:00
dependencies.cpp fix(frontends/lean/dependencies): compilation warning 2014-06-29 09:55:30 -07:00
dependencies.h feat(frontends/lean): add display_deps function, and --deps command line option 2014-06-28 18:35:18 -07:00
elaborator.cpp feat(frontends/lean): use tactics for solving unassigned metavariables 2014-06-29 09:50:16 -07:00
elaborator.h feat(frontends/lean): use tactics for solving unassigned metavariables 2014-06-29 09:50:16 -07:00
hint_table.h feat(frontends/lean): send tactic hint table to elaborator 2014-06-29 07:03:25 -07:00
inductive_cmd.cpp refactor(frontends/lean/inductive_cmd): redesign inductive datatype elaboration, use the new elaborator, and use simpler algorithm to infer the resulting universe 2014-06-28 15:33:56 -07:00
inductive_cmd.h feat(frontends/lean): add inductive_cmd 2014-06-18 16:00:59 -07:00
interactive.cpp refactor(util/script_state): remove support for threads and communication channels from the Lua API, the goal is to keep is simple, and use one Lua state object per thread 2014-06-17 21:56:45 -07:00
interactive.h refactor(util/script_state): remove support for threads and communication channels from the Lua API, the goal is to keep is simple, and use one Lua state object per thread 2014-06-17 21:56:45 -07:00
local_decls.h refactor(frontends/lean): add local_decls template that is cheap to copy 2014-06-14 09:56:05 -07:00
notation_cmd.cpp fix(frontends/lean/notation_cmd): initialization bug 2014-06-23 16:20:28 -07:00
notation_cmd.h refactor(frontends/lean/notation_cmd): add register_notation_cmds procedure 2014-06-17 13:39:44 -07:00
parameter.h refactor(frontends/lean): remove m_pos field from parameter object 2014-06-19 23:06:49 -07:00
parse_table.cpp feat(frontends/lean/parse_table): avoid duplicates in the parse table 2014-06-26 09:32:19 -07:00
parse_table.h feat(frontends/lean): allow parser actions to be implemented using Lua 2014-06-17 21:56:16 -07:00
parser.cpp fix(library/module): do not store full path of imported modules 2014-06-29 10:48:57 -07:00
parser.h feat(frontends/lean): send tactic hint table to elaborator 2014-06-29 07:03:25 -07:00
parser_config.cpp feat(frontends/lean): add notation overwrite 2014-06-23 16:10:36 -07:00
parser_config.h feat(frontends/lean): add notation overwrite 2014-06-23 16:10:36 -07:00
parser_pos_provider.cpp feat(frontends/lean): add parser interface 2014-06-10 18:20:59 -07:00
parser_pos_provider.h feat(frontends/lean): add parser interface 2014-06-10 18:20:59 -07:00
register_module.cpp feat(frontends/lean): allow parser actions to be implemented using Lua 2014-06-17 21:56:16 -07:00
register_module.h refactor(frontends/lean): remove dead code 2014-05-15 15:51:41 -07:00
scanner.cpp feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
scanner.h feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
token_table.cpp feat(frontends/lean): add 'coercion' command 2014-06-26 08:08:39 -07:00
token_table.h feat(frontends/lean): add '@' explicit notation 2014-06-25 12:50:47 -07:00
util.cpp feat(frontends/lean): connect new elaborator to frontend 2014-06-25 08:31:00 -07:00
util.h feat(frontends/lean): connect new elaborator to frontend 2014-06-25 08:31:00 -07:00