lean4-htt/library/init/lean/parser
Leonardo de Moura 5ff9e24b17 feat(library/init/control): do not use unnecessary structures
It confuses the compiler.
2018-09-20 08:39:25 -07:00
..
basic.lean perf(library/init/lean/parser): collect tokens in trie instead of list, do not inline 2018-09-19 12:36:34 -07:00
combinators.lean perf(library/init/lean/parser): collect tokens in trie instead of list, do not inline 2018-09-19 12:36:34 -07:00
command.lean feat(library/init/lean/parser): declarations and binders 2018-09-17 18:47:50 -07:00
declaration.lean perf(library/init/lean/parser): collect tokens in trie instead of list, do not inline 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 perf(library/init/lean/parser): collect tokens in trie instead of list, do not inline 2018-09-19 12:36:34 -07:00
module.lean feat(library/init/control): do not use unnecessary structures 2018-09-20 08:39:25 -07:00
notation.lean perf(library/init/lean/parser): collect tokens in trie instead of list, do not inline 2018-09-19 12:36:34 -07:00
parsec.lean chore(library/init/lean/parser): improve error messages 2018-09-19 12:36:34 -07:00
pratt.lean perf(library/init/lean/parser): collect tokens in trie instead of list, do not inline 2018-09-19 12:36:34 -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/term): lambda, pi, arrow 2018-09-19 12:36:34 -07:00
token.lean perf(library/init/lean/parser): collect tokens in trie instead of list, do not inline 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