Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • \$\begingroup\$ Nice one! There are definitely more things that can be done with #-initiated multi-line comments, I think. \$\endgroup\$ Commented Feb 4, 2017 at 1:23
  • \$\begingroup\$ @Muzer Thanks. Yeah, I decided go into some # space since you've been having so much success with the C variants. Looking forward to your next. \$\endgroup\$ Commented Feb 4, 2017 at 2:12
  • \$\begingroup\$ coffee polyglot.poly is all you need to add it to the driver, at least that worked for me \$\endgroup\$ Commented Feb 6, 2017 at 15:38
  • \$\begingroup\$ @SnoringFrog And of course it's the easy solution I didn't bother to try. Thanks! \$\endgroup\$ Commented Feb 6, 2017 at 19:42
  • 1
    \$\begingroup\$ "Retina’s rule of even numbers" → Retina has two parsers, and (in the common case where lines don't contain the backquote character) alternates which one it uses from one line to the next. One is a lot more tolerant than the other one, so making sure that complex lines end up on the tolerant parser is likely going to be helpful. \$\endgroup\$ Commented Apr 27, 2017 at 23:53