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 |
|
Leonardo de Moura
|
db9e390b4d
|
chore: remove new_frontend from tests
|
2020-10-25 09:16:38 -07:00 |
|
Leonardo de Moura
|
4d57790cc5
|
fix: add workaround for setting correct LBP for $ in antiquotations
|
2020-01-20 10:42:58 -08:00 |
|
Leonardo de Moura
|
86edc94dbe
|
feat: add support for elaborating raw literals
|
2020-01-18 20:02:50 -08:00 |
|
Leonardo de Moura
|
3e86608ce2
|
fix: erase macro scopes from parser categories
|
2020-01-18 19:10:35 -08:00 |
|