mysticatea / regexpp

The regular expression parser for ECMAScript.
MIT License
153 stars 15 forks source link

printing #28

Closed conartist6 closed 2 years ago

conartist6 commented 2 years ago

It would be pretty useful for debugging to be able to print nodes!

conartist6 commented 2 years ago

Oh I see, each node has node.raw with the original string value. That's what I need!