lean4-htt/src/Init/Lean/Parser
Leonardo de Moura e817257922 feat: elaborate declare_syntax_cat
TODO: `registerParserCategory` uses `registerAttribute` which relies
on the environment having a declaration of type `AttributeImpl`.
This is bad since forces users to import `Init.Lean`.

@Kha The key problem is that we cannot serialize `AttributeImpl`.
I will try to address this issue tomorrow. I am considering different
workarounds.
2020-01-10 21:10:02 -08:00
..
Command.lean feat: add declare_syntax_cat command parser 2020-01-10 20:38:08 -08:00
Identifier.lean
Level.lean feat: registerParserCategory 2020-01-10 20:32:16 -08:00
Module.lean chore: move Message to Lean 2020-01-10 10:58:50 -08:00
Parser.lean feat: elaborate declare_syntax_cat 2020-01-10 21:10:02 -08:00
Term.lean feat: command quotations 2020-01-06 10:09:26 -08:00
Transform.lean