buxlabs / abstract-syntax-tree

A library for working with abstract syntax trees.
MIT License
110 stars 13 forks source link

accept `Array` with nodes in `toBinaryExpression` #100

Closed emilos closed 3 years ago

emilos commented 3 years ago

right now, we only accept an ArrayExpression. It would be nice to support arrays too