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
The lexer generated for String by the Java/ANTLR backend does not translate escape sequences, e.g. \n is not translated to a newline character but it remains backslash followed by n.