<div dir="ltr"><div>I am attempting to write a FrontendAction that modifies certain tokens before passing them on to be parsed.</div><div><br></div><div>Particularly I want to replace an identifier followed by a comment with particular content with a string literal.</div><div><br></div><div>Does anyone know of an example where something similar is done?  I find plenty of documentation on writing FrontendActions that deal with the AST, but I am not finding much documentation on dealing with tokens before generating an AST.</div></div>