bablr-lang / bablr-vm

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

`LeftPunctuator`, `RightPunctuator` #11

Closed conartist6 closed 2 years ago

conartist6 commented 2 years ago

I plan to add LeftPunctuator and RightPunctuator as token types in addition to the existing Punctuator. This should be tremendously helpful for writing language agnostic tools, as essentially the tools can understand that any left must be paired with a matching right.

conartist6 commented 2 years ago

Done, but see #15 since I can only approve of this pattern by example