instagenerate icon indicating copy to clipboard operation
instagenerate copied to clipboard

Initial support for regular expressions

Open zmaril opened this issue 8 years ago • 1 comments

By adding in a parser for regular expression syntax as well as transforms that convert the parsed regular expression output into instaparse combinators, we can use instagenerate on grammars that contain regular expressions. This commit adds in some simple support for the basics of regular experssions, as well as adding some tests.

zmaril avatar Dec 18 '15 21:12 zmaril

Work in progress, but need to implement negative lookahead inside instagenerate.

zmaril avatar Dec 18 '15 23:12 zmaril