lean4-htt/src/Lean/Parser
Leonardo de Moura ffefd8db36 chore: remove weird syntax sugar from macro command
Before this commit,
```
macro term x:term : term => `($x)
```
would generate the notation
```
syntax "term" term : term
```
2020-12-10 08:09:47 -08:00
..
Basic.lean feat: use actual separator in sepBy antiquotation scope 2020-12-09 17:48:05 +01:00
Command.lean feat: add #reduce command parser 2020-12-06 09:32:25 -08:00
Do.lean feat: use actual separator in sepBy antiquotation scope 2020-12-09 17:48:05 +01:00
Extension.lean feat: use actual separator in sepBy antiquotation scope 2020-12-09 17:48:05 +01:00
Extra.lean feat: use actual separator in sepBy antiquotation scope 2020-12-09 17:48:05 +01:00
Level.lean feat: add macro registerParserAlias! 2020-11-11 19:34:14 -08:00
Module.lean feat: name resolution during parsing 2020-12-03 17:46:13 +01:00
StrInterpolation.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Syntax.lean chore: remove weird syntax sugar from macro command 2020-12-10 08:09:47 -08:00
Tactic.lean chore: remove tactic builtin parsers 2020-11-17 13:34:05 -08:00
Term.lean feat: add double quoted name literal parser 2020-12-09 17:27:45 -08:00
Transform.lean chore: use mut 2020-11-07 17:32:13 -08:00