| .. |
|
builtin_cmds.cpp
|
fix(frontends/lean): calc configuration commands, add check_constant_next auxiliary method
|
2014-07-15 01:19:47 +01: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): improve 'type mismatch' error position, and annotate 'have'-expressions
|
2014-07-25 09:44:40 -07:00 |
|
builtin_exprs.h
|
feat(frontends/lean/parser): add parse_notation
|
2014-06-11 21:00:34 -07:00 |
|
calc.cpp
|
fix(frontends/lean): calc configuration commands, add check_constant_next auxiliary method
|
2014-07-15 01:19:47 +01:00 |
|
calc.h
|
feat(frontends/lean/calc): add parse_calc function
|
2014-06-17 17:16:15 -07:00 |
|
class.cpp
|
fix(frontends/lean): calc configuration commands, add check_constant_next auxiliary method
|
2014-07-15 01:19:47 +01:00 |
|
class.h
|
feat(frontends/lean): add tactic_hint command
|
2014-07-08 15:08:13 -07:00 |
|
CMakeLists.txt
|
feat(frontends/lean): add basic pretty printer
|
2014-07-09 01:12:36 -07:00 |
|
cmd_table.h
|
feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics
|
2014-07-01 20:43:53 -07:00 |
|
decl_cmds.cpp
|
fix(frontends/lean): race condition
|
2014-07-21 09:32:13 -07:00 |
|
decl_cmds.h
|
refactor(frontends/lean): minor code reorg
|
2014-07-14 03:47:49 +01: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): improve 'type mismatch' error position, and annotate 'have'-expressions
|
2014-07-25 09:44:40 -07:00 |
|
elaborator.h
|
fix(frontends/lean): bug in section management
|
2014-07-14 05:04:01 +01:00 |
|
inductive_cmd.cpp
|
chore(kernel/replace_fn): add syntax sugar for replace function
|
2014-07-19 12:53:37 +01: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
|
feat(library/tactic): add apply tactic
|
2014-06-29 18:33:53 -07:00 |
|
notation_cmd.cpp
|
refactor(*): rename Bool to Prop
|
2014-07-22 09:43:18 -07:00 |
|
notation_cmd.h
|
feat(frontends/lean): add 'prefix' notation declaration command
|
2014-07-03 21:37:56 -07:00 |
|
parse_table.cpp
|
chore(frontends/lean): add 'replace' auxiliary funcs
|
2014-07-20 01:10:49 +01:00 |
|
parse_table.h
|
chore(frontends/lean): add 'replace' auxiliary funcs
|
2014-07-20 01:10:49 +01:00 |
|
parser.cpp
|
fix(frontends/lean): race condition
|
2014-07-21 09:32:13 -07:00 |
|
parser.h
|
fix(frontends/lean): race condition
|
2014-07-21 09:32:13 -07:00 |
|
parser_bindings.cpp
|
refactor(frontends/lean): eliminate the abstract method 'family' from parser
|
2014-07-14 05:44:06 +01: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
|
chore(frontends/lean): add 'replace' auxiliary funcs
|
2014-07-20 01:10:49 +01:00 |
|
parser_config.h
|
chore(frontends/lean): add 'replace' auxiliary funcs
|
2014-07-20 01:10:49 +01: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 |
|
pp.cpp
|
feat(frontends/lean/pp): add option for displaying internal names associated with private declarations
|
2014-07-25 11:03:54 -07:00 |
|
pp.h
|
feat(frontends/lean/pp): add option for displaying internal names associated with private declarations
|
2014-07-25 11:03:54 -07:00 |
|
pp_options.cpp
|
feat(frontends/lean/pp): add option for displaying internal names associated with private declarations
|
2014-07-25 11:03:54 -07:00 |
|
pp_options.h
|
feat(frontends/lean/pp): add option for displaying internal names associated with private declarations
|
2014-07-25 11:03:54 -07:00 |
|
proof_qed_ext.cpp
|
feat(frontends/lean): add tactic_hint command
|
2014-07-08 15:08:13 -07:00 |
|
proof_qed_ext.h
|
feat(frontends/lean): add command for customizing the behavior of proof-qed blocks: we can automatically register tactics to be automatically applied before each component
|
2014-07-02 20:45:10 -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): 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 |
|
tactic_hint.cpp
|
fix(frontends/lean): calc configuration commands, add check_constant_next auxiliary method
|
2014-07-15 01:19:47 +01:00 |
|
tactic_hint.h
|
fix(library/tactic): compilation warning
|
2014-07-10 23:23:48 +01:00 |
|
token_table.cpp
|
chore(frontends/lean): rename 'obtains' to 'obtain'
|
2014-07-12 06:35:24 +01:00 |
|
token_table.h
|
fix(frontends/lean): bugs in notation management
|
2014-07-07 09:31:42 -07:00 |
|
util.cpp
|
fix(frontends/lean): more bugs in section management
|
2014-07-14 06:27:36 +01:00 |
|
util.h
|
fix(frontends/lean): more bugs in section management
|
2014-07-14 06:27:36 +01:00 |