.. |
builtin_cmds.cpp
|
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 |
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 error messages when users forget to import 'tactic'
|
2014-07-03 08:33:29 -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): 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 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 |
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
|
chore(frontends/lean): reduce code duplication
|
2014-06-30 16:52:20 -07:00 |
decl_cmds.h
|
refactor(kernel): store binder_infor in local constants
|
2014-06-30 11:37:46 -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): 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 |
elaborator.h
|
feat(frontends/lean/elaborator): report unassigned metavariables as goals
|
2014-07-02 16:26:06 -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
|
chore(frontends/lean/inductive_cmd): cleanup
|
2014-06-30 17:16:10 -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
|
feat(library/tactic): add apply tactic
|
2014-06-29 18:33:53 -07:00 |
notation_cmd.cpp
|
feat(frontends/lean): add 'prefix' notation declaration command
|
2014-07-03 21:37:56 -07:00 |
notation_cmd.h
|
feat(frontends/lean): add 'prefix' notation declaration command
|
2014-07-03 21:37:56 -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
|
feat(frontends/lean): improve error messages when users forget to import 'tactic'
|
2014-07-03 08:33:29 -07:00 |
parser.h
|
feat(frontends/lean): improve error messages when users forget to import 'tactic'
|
2014-07-03 08:33:29 -07:00 |
parser_bindings.cpp
|
refactor(frontends/lean/parser): move parser Lua bindings to a separate file
|
2014-06-30 17:00:10 -07: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
|
feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics
|
2014-07-01 20:43:53 -07:00 |
parser_config.h
|
feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics
|
2014-07-01 20:43:53 -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 |
proof_qed_ext.cpp
|
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 |
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 |
token_table.cpp
|
feat(frontends/lean): add 'prefix' notation declaration command
|
2014-07-03 21:37:56 -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 |