Parse aggregates
This commit is contained in:
@@ -118,6 +118,7 @@ export default grammar({
|
||||
seq('(', field("parens", $.expr), ')'),
|
||||
),
|
||||
|
||||
// TODO: rename to "apply"
|
||||
atom: $ => prec.right(2, seq(field("head", $.symbol), field("body", $.expr))),
|
||||
|
||||
tuple: $ => parenListComma(field("el", $.expr)),
|
||||
|
||||
Reference in New Issue
Block a user