Before this commit, ``` macro term x:term : term => `($x) ``` would generate the notation ``` syntax "term" term : term ```
5 lines
65 B
Text
5 lines
65 B
Text
macro "m" n:ident : command => `(def $n := 1)
|
|
|
|
m foo
|
|
|
|
#check foo
|