Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce iniline_operation rule #10773

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

S-H-GAMELINKS
Copy link
Contributor

lrama allow %inline directive, which may be add inline_operation.

/*
 *	inlining rules
 */
%rule %inline inline_operation : tIDENTIFIER
                               | tCONSTANT
                               | tFID
                               ;

And it looks like can replace the same BNF pattern of fname and operation with inline_operation.

@S-H-GAMELINKS S-H-GAMELINKS changed the title Introduce iniline_operation rule Introduce iniline_operation rule May 15, 2024
@S-H-GAMELINKS S-H-GAMELINKS force-pushed the introduce/inline-operation-rule branch from ebbfb4a to b0edf24 Compare May 15, 2024 07:38
@nobu nobu force-pushed the introduce/inline-operation-rule branch from b0edf24 to e6e5757 Compare May 16, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant