The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
357 views

Compile Regexes

In this task you have to write a program that reads a regular expression and generates another program that outputs whether an input string is accepted by that regular expression. The output must be a ...