Leonardo de Moura
|
28c63e685b
|
feat(frontends/lean): add '[local]' notation, closes #322
|
2014-11-16 21:15:04 -08:00 |
|
Leonardo de Moura
|
85d0521d48
|
feat(frontends/lean): add '[parsing-only]' modifier to notation declarations, closes #305
|
2014-11-06 21:34:05 -08:00 |
|
Leonardo de Moura
|
bb953b80aa
|
feat(frontends/lean): reserve notation, closes #95
|
2014-10-21 15:39:47 -07:00 |
|
Leonardo de Moura
|
eb79af98ba
|
feat(frontends/lean/parse_config): add get_notation_entries auxiliary function for returning the list of notation declarations that start with a given head symbol
This API is need to take notation declarations into account when pretty
printing expressions.
|
2014-10-18 11:49:27 -07:00 |
|
Leonardo de Moura
|
dbb7f834af
|
refactor(frontends/lean/parser_config): merge notation_ext and mpz_notation_ext
|
2014-10-03 13:55:57 -07:00 |
|
Leonardo de Moura
|
a3e38dc8a0
|
feat(frontends/lean): allow users to define "numeral notation"
|
2014-09-26 14:55:23 -07:00 |
|
Leonardo de Moura
|
531046626a
|
refactor(*): explicit initialization/finalization for environment extensions
|
2014-09-22 17:30:29 -07:00 |
|
Leonardo de Moura
|
9ef4d44a86
|
chore(frontends/lean): add 'replace' auxiliary funcs
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-07-20 01:10:49 +01:00 |
|
Leonardo de Moura
|
b2b76b078f
|
feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-07-01 20:43:53 -07:00 |
|
Leonardo de Moura
|
aa8b5655dd
|
feat(frontends/lean): add notation overwrite
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-23 16:10:36 -07:00 |
|
Leonardo de Moura
|
4be05e1d8c
|
refactor(frontends/lean): expose notation_entry and token_entry structures, and add functions for parsing notation without affecting the environment
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-17 10:12:04 -07:00 |
|
Leonardo de Moura
|
27130c9499
|
feat(frontends/lean): local notation 'shadows' global one
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-15 11:50:41 -07:00 |
|
Leonardo de Moura
|
e7019ec840
|
feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-14 22:13:25 -07:00 |
|
Leonardo de Moura
|
3dc26666b9
|
feat(frontends/lean): add parser interface
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-10 18:20:59 -07:00 |
|
Leonardo de Moura
|
e2adb101d5
|
feat(frontends/lean): add parser_config environment extension
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2014-06-10 10:39:22 -07:00 |
|