Leonardo de Moura
|
92193e7d70
|
chore: fix tests
|
2021-03-31 17:05:34 -07:00 |
|
Leonardo de Moura
|
03e3a1cc6b
|
chore: remove hack
It produces weird error messages in some examples, and it will be
obsolete after the new precedence feature.
|
2021-03-19 11:09:18 -07:00 |
|
Sebastian Ullrich
|
b2b78eb222
|
test: use printMessageEndPos for leantests
|
2021-01-15 16:27:59 +01:00 |
|
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 |
|