qwertie / ecsharp

Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
http://ecsharp.net
Other
172 stars 25 forks source link

Loyc.Syntax: FunctionCall arglist allowed values? #95

Closed furesoft closed 4 years ago

furesoft commented 4 years ago

what are the valid values for arglist?

qwertie commented 4 years ago

Loyc.Syntax does not contain any symbols called FunctionCall or arglist.

Loyc tree nodes (LNode), including Calls, can have any other Loyc tree nodes as children. All values are (structurally) valid... except null (use LNode.Literal(null) or LNode.Missing instead).

furesoft commented 4 years ago

In the LNodeFactory is a method called Fn