goffrie / redfa

Regular expression derivatives and DFAs
Other
11 stars 6 forks source link

Recognising characters of the form \x, \xN and\xNN #3

Closed YuriyMaksymets closed 5 years ago

YuriyMaksymets commented 5 years ago

\xNN form can be used to encode any character in the range 0x0-0xFF. Also added recognition for a formfeed character (\f).

goffrie commented 5 years ago

lgtm, thanks!