Could you clarify your goal a bit more? Are you trying to add a function named "INFIX_CAST" starting from the parser?
-Rui On Tue, Jan 26, 2021 at 6:38 PM [email protected] <[email protected]> wrote: > Hi,community: > 1. when I add binaryOpratorsTokens in default_config.fmpp, like > binaryOperatorsTokens: [ > "< INFIX_CAST: \"::\" >"] > what should I do next? > > 2. when I add extraBinaryExpressions: [ InfixCast] > > where can I define the Parser method > > > can you give me some help,or information that I can refer. > > thanks > > > > [email protected] >
