lean4-htt/src/Lean/Parser
Leonardo de Moura 0fcf6217ec feat: optional := before constructors in the inductive command
@Kha In the documentation, I will always use `:=`. The idea is to
avoid the issue: why does `structure` have a `:=` but `inductive`
doesn't.
2020-11-19 06:43:14 -08:00
..
Basic.lean feat: allow anonymous antiquotations at ParserDescr.nodeWithAntiquot 2020-11-17 10:48:22 -08:00
Command.lean feat: optional := before constructors in the inductive command 2020-11-19 06:43:14 -08:00
Do.lean chore: rename Parser.try to Parser.atomic 2020-11-17 08:25:01 -08:00
Extension.lean refactor: remove MonadIO 2020-11-18 18:47:22 -08:00
Extra.lean chore: remove tactic builtin parsers 2020-11-17 13:34:05 -08:00
Level.lean feat: add macro registerParserAlias! 2020-11-11 19:34:14 -08:00
Module.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
StrInterpolation.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Syntax.lean fix: notation for non reserved symbols 2020-11-17 11:25:04 -08:00
Tactic.lean chore: remove tactic builtin parsers 2020-11-17 13:34:05 -08:00
Term.lean chore: add parser alias matchDiscr 2020-11-17 13:31:56 -08:00
Transform.lean chore: use mut 2020-11-07 17:32:13 -08:00