bablr-lang / bablr-vm

A VM for enforcing language rules on agAST trees
MIT License
40 stars 2 forks source link

Handle unnecessary escapes #8

Closed conartist6 closed 2 years ago

conartist6 commented 2 years ago

I need to make sure that token values which include unnecessary escapes still match their parsed counterparts which will have those unnecessary escapes removed.

conartist6 commented 2 years ago

This is now supported properly with the addition of descriptor.matchChrs generators.