lean4-htt/library/init/lean/parser
2018-09-19 12:36:34 -07:00
..
basic.lean feat(library/init/lean/parser/declaration): doc comments and axioms 2018-09-19 12:36:34 -07:00
combinators.lean feat(library/init/lean/parser): declarations and binders 2018-09-17 18:47:50 -07:00
command.lean feat(library/init/lean/parser): declarations and binders 2018-09-17 18:47:50 -07:00
declaration.lean feat(library/init/lean/parser/declaration): doc comments and axioms 2018-09-19 12:36:34 -07:00
identifier.lean chore(library): remove >>, we should use *> 2018-09-12 17:31:21 -07:00
level.lean refactor(library/init/lean/parser/token): id ~> ident, ident ~> ident.parser 2018-09-17 18:47:50 -07:00
module.lean refactor(library/init/lean/parser/token): id ~> ident, ident ~> ident.parser 2018-09-17 18:47:50 -07:00
notation.lean feat(library/init/lean/parser): declarations and binders 2018-09-17 18:47:50 -07:00
parsec.lean chore(library/init/lean/parser): improve error messages 2018-09-19 12:36:34 -07:00
pratt.lean refactor(library/init/lean/{syntax,macro}): remove syntax.ident, simply syntax.atom, remove expander prototype 2018-09-14 16:33:04 -07:00
rec.lean refactor(library/init/lean/parser/basic): move out rec_t and trie 2018-09-14 16:33:04 -07:00
string_literal.lean chore(library): remove >>, we should use *> 2018-09-12 17:31:21 -07:00
syntax.lean feat(library/init/lean/parser/syntax): pretty-print ident nodes 2018-09-17 18:47:50 -07:00
term.lean feat(library/init/lean/parser): declarations and binders 2018-09-17 18:47:50 -07:00
token.lean chore(library/init/lean/parser): improve error messages 2018-09-19 12:36:34 -07:00
trie.lean refactor(library/init/lean/parser/basic): move out rec_t and trie 2018-09-14 16:33:04 -07:00