csssaz / compilers_project

0 stars 0 forks source link

preprocess regex to allow continuous characters #9

Closed csssaz closed 7 years ago

csssaz commented 7 years ago

this adds support for escaped input characters (so now you can add * and won't be interpreted as star operator), and adds concatenation between symbols so it's not necessary to do it manually. The tests show several examples.

still need to: