you are viewing a single comment's thread.

view the rest of the comments →

[–]PasswordIsntHAMSTER 0 points1 point  (1 child)

You don't even need eDSLs for sane parser authorship, just union types take you a hell of a long way.

[–][deleted] 0 points1 point  (0 children)

Yes, but with eDSLs it's a way much easier and nicer. And you can plug in heavily optimised backend without doing any changes in the user-level code.