lean4-htt/library/init/lean/parser
2018-09-17 18:47:50 -07:00
..
basic.lean chore(library/init/lean/parser/combinators): move out combinators 2018-09-17 18:47:50 -07:00
combinators.lean chore(library/init/lean/parser/combinators): move out combinators 2018-09-17 18:47:50 -07:00
command.lean refactor(library/init/lean/parser/command): move out notations 2018-09-17 18:47:50 -07:00
identifier.lean chore(library): remove >>, we should use *> 2018-09-12 17:31:21 -07:00
level.lean fix(library/init/lean/parser): do not use raw_symbol on keywords 2018-09-14 16:33:04 -07:00
module.lean refactor(library/init/lean/parser/syntax): setting source_info.leading is much easier after parsing 2018-09-14 16:33:04 -07:00
notation.lean refactor(library/init/lean/parser/command): move out notations 2018-09-17 18:47:50 -07:00
parsec.lean perf(library/init/lean/parser/token): move number' out of longest_match call 2018-09-14 16:33:04 -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 refactor(library/init/lean/parser/syntax): setting source_info.leading is much easier after parsing 2018-09-14 16:33:04 -07:00
term.lean feat(library/init/lean/parser/term): universes on identifiers 2018-09-17 18:47:50 -07:00
token.lean chore(library/init/lean/parser/combinators): move out combinators 2018-09-17 18:47:50 -07:00
trie.lean refactor(library/init/lean/parser/basic): move out rec_t and trie 2018-09-14 16:33:04 -07:00