Leonardo de Moura
|
d03f5fe318
|
feat: add trivial extensible (macro) tactic
|
2021-03-24 09:50:56 -07: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 |
|
Leonardo de Moura
|
db9e390b4d
|
chore: remove new_frontend from tests
|
2020-10-25 09:16:38 -07:00 |
|
Leonardo de Moura
|
b74741b741
|
chore: "begin ... end" ==> "by { ... }"
cc @Kha
|
2020-08-30 14:01:27 -07:00 |
|
Leonardo de Moura
|
4f0dc252ae
|
test: add extensible macro example
|
2020-01-21 14:05:21 -08:00 |
|