Comment on Python code to solve xkcd 1313 by Peter NorvigparentComments−abecedarius12yI coded a brute-force one before: https://github.com/darius/sketchbook/blob/master/regex/find_...Though it cares about the size of the AST rather than the concrete syntax. I can't try running it now, I'm on an iPad.
Comments
I coded a brute-force one before: https://github.com/darius/sketchbook/blob/master/regex/find_...
Though it cares about the size of the AST rather than the concrete syntax. I can't try running it now, I'm on an iPad.