natalie-lang / natalie_parser

NatalieParser is a zero-dependency, from-scratch, hand-written recursive descent parser for the Ruby Programming Language.
MIT License
63 stars 8 forks source link

Parse more percent strings #19

Closed FnControlOption closed 2 years ago

FnControlOption commented 2 years ago

Refactored the code for %q, %Q, and %r so that %w, %W, %i %I, and %x now accept !, @, etc. as the starting and ending delimiter