Closed ilanbiala closed 9 years ago
@klorenz any thoughts on how to do this?
@klorenz still a bug in the latest version available.
@klorenz does it have to do with these lines 120-122 in regex-to-railroad.coffee?
when "literal"
if node.escaped
Terminal("\\"+node.body)
else
makeLiteral(node.body)
Is the extra slash needed?
@klorenz any progress on this?