You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example adds a very simple rule for character literals: single quote, not single quotes, single quote. When it is applied to the code '$'x, the x appears in the output twice.
Minimal example:
This example adds a very simple rule for character literals: single quote, not single quotes, single quote. When it is applied to the code
'$'x
, thex
appears in the output twice.We discovered this in our Ceylon language (eclipse-archived/ceylon#6559); however, the Java language shipped with Rainbow suffers from the same problem:
And in Python, the code following the dollar sign isn’t duplicated, but the dollar sign and one single quote still vanish:
The text was updated successfully, but these errors were encountered: