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
{{ message }}
This repository was archived by the owner on Jan 11, 2026. It is now read-only.
Currently we throw away comment using
WS : [ \t\r\tn] -> skip, however, when formatting code, user's comment should be kept.ANTLR supports using channels, in the ANTLR4 book. it's in section 12.1 Broadcasting Tokens on Different Channels