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
Tokens procedure get displayed with the token name <PROCEDURE> but tokens like ; or ) do not, they get "named" as <';'> and <')'>.
This looks inconsistent, the symbols used to wrap the name < and > make it visually confusing (especially if the token itself uses the angle bracket chars). I'd find it helpful if all tokens were displayed with their name like <SEMICOLON> or <RPAR>, the parser rules use that name so why is this? could this be changed?
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
-
Take a look at this:
Tokens
procedure
get displayed with the token name<PROCEDURE>
but tokens like;
or)
do not, they get "named" as<';'>
and<')'>
.This looks inconsistent, the symbols used to wrap the name
<
and>
make it visually confusing (especially if the token itself uses the angle bracket chars). I'd find it helpful if all tokens were displayed with their name like<SEMICOLON>
or<RPAR>
, the parser rules use that name so why is this? could this be changed?Beta Was this translation helpful? Give feedback.
All reactions