rd-parse-jsexpr
Version:
ES6 expression grammar for use with rd-parse parser generator
27 lines (26 loc) • 546 B
YAML
- type: ArrayLiteral
elements:
- type: ArrayLiteral
elements:
- empty: true
- empty: true
- empty: true
- type: ArrayLiteral
elements:
- empty: true
- type: Literal
value: 5
raw: "5"
- empty: true
- type: ArrayLiteral
elements:
- spread:
type: Identifier
name: a
- empty: true
- type: Literal
value: 5
raw: "5"
- spread:
type: Identifier
name: b