I have solve the problem.thank you wang
发自我的iPhone ------------------ Original ------------------ From: Rui Wang <[email protected]> Date: Thu,Jan 28,2021 3:38 AM To: dev <[email protected]> Subject: Re: custom Operator or customExpression 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] >
