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
Remove the atLineStart condition for determining whether an identifier lexes as ID or LABEL (keep the check for peek() == ':')). This would mean that column-1 mac args behaves as a macro invocation, which is probably what users want. (It would also mean that although column-1 Label: is still a label, column-1 Label : is not, and would probably complain "Macro "Label" not defined".)
The text was updated successfully, but these errors were encountered:
Remove the
atLineStart
condition for determining whether an identifier lexes asID
orLABEL
(keep the check forpeek() == ':')
). This would mean that column-1mac args
behaves as a macro invocation, which is probably what users want. (It would also mean that although column-1Label:
is still a label, column-1Label :
is not, and would probably complain "Macro "Label" not defined
".)The text was updated successfully, but these errors were encountered: