lean4-htt/tmp/new-frontend/parser
Leonardo de Moura 55626ba60d chore(library/init/lean): disable new frontend for now
We are going to start making drastic changes in the parser,
elaborator, attributes, etc. Examples:
- No View objects. I am going to implement match_syntax.
- No RecT in the parser. I am going to implement parser extensions
using an approach similar to the one I used to implement environment
extensions.
- No Parsec. I will use an approach similar to the one used in the
experiment https://github.com/leanprover/lean4/tree/master/tests/playground/parser

It is easier to perform these changes with the new frontend disabled.
I will slowly re-active it as I apply the changes.

cc @kha
2019-06-05 15:26:43 -07:00
..
basic.lean
combinators.lean
command.lean
declaration.lean
identifier.lean
level.lean
module.lean
notation.lean
parsec.lean
pratt.lean
rec.lean
stringliteral.lean
syntax.lean
term.lean
token.lean
trie.lean