csssaz / compilers_project

0 stars 0 forks source link

Add support for + and ? operators. #10

Closed csssaz closed 7 years ago

csssaz commented 7 years ago

This adds support for + and ?. I added tests using the regexes for whitespace and numbers.

I think the only one remaining is the multiline comments, which I have to figure out how to implement with this rudimentary regex language :v

But anyways almost there!