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
Out of sheer curiosity: the definition of tokens contains two tokens that, AFAICT, are not accepted by the lexer and therefore not used by anything: the power token ^, and the arrow token <-. Are those reserved for future use? Are they meant to be allowed in attributes even if nothing in the language uses them?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Out of sheer curiosity: the definition of tokens contains two tokens that, AFAICT, are not accepted by the lexer and therefore not used by anything: the power token
^
, and the arrow token<-
. Are those reserved for future use? Are they meant to be allowed in attributes even if nothing in the language uses them?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions