mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
10 lines
67 B
Plaintext
10 lines
67 B
Plaintext
|
|
||
|
-- ast factory
|
||
|
|
||
|
ref = (name="val") ->
|
||
|
{"ref", name}
|
||
|
|
||
|
{
|
||
|
:var
|
||
|
}
|