moonscript/spec/factory.moon

10 lines
67 B
Plaintext
Raw Normal View History

2016-11-23 07:50:48 +00:00
-- ast factory
ref = (name="val") ->
{"ref", name}
{
:var
}