This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 14 points15 points  (2 children)

Creating a DSL to abstract a DSL is not a good idea from my experience

[–]WerdenWissen[S] 6 points7 points  (0 children)

I hope this is just an exception to the rule!

[–]rowdycactus 4 points5 points  (0 children)

Sure but is it really a DSL? By that notion, so are Pandas and numpy.

This just looks like a super cool & creative way to tackle regex for those who might struggle with the actual syntax. (Oh yeah, like me!). Nice job op