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

[MAL] Meter Analyse Language ANTLR4 Implement #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

yswdqz
Copy link
Member

@yswdqz yswdqz commented Jan 1, 2024

No description provided.

@yswdqz yswdqz added the enhancement New feature or request label Jan 1, 2024
@yswdqz yswdqz requested a review from wu-sheng January 1, 2024 08:02
Comment on lines 54 to 55
CLOSE_CURLY : '}' -> popMode; // 遇到 '}' 时返回到默认模式
CLOSURE_CONTENT : ~[{}]+ ; // 匹配除了 '}' 之外的任何字符
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure, everything in the ASF stays in English. Remember, we are being used by global users.

Comment on lines +26 to +30
groovyExpr:
IDENTIFIER DOT IDENTIFIER
| CLASS_NAME DOT groovyMethodCall
| groovyExpr DOT groovyMethodCall
| groovyMethodCall
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't put the groovy** in new logic. You are going to replace the existing MAL engine, whether it is groovy based doesn't matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants