std.ast

Provides an interface for constructing Emblem document nodes.

  • Author: Edward Jones
  • Date: 2021-09-17

Source file

mkcall

Make a function which constructs a call to a given directive.

  • Param Name: of the directive to call

Returns: A function which takes arguments and returns a call upon those arguments

mkcall = (name) -> (args) -> ...