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

feat: unify variables in lexer #366

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

Conversation

LuckyFBB
Copy link
Collaborator

#364

所有的空格 SPACE/WS/Whitespace 统一改为 WHITE_SPACE

所有的括号内的评论 COMMENT_INPUT/BlockComment 统一改为 BRACKETED_COMMENT

所有的行内注释 SIMPLE_COMMENT/LineComment 统一改为 LINE_COMMENT

@mumiao
Copy link
Collaborator

mumiao commented Dec 18, 2024

这个冲突解决下,记得git rebase一下,抵消一下其他开发的changes

@LuckyFBB
Copy link
Collaborator Author

这个冲突解决下,记得git rebase一下,抵消一下其他开发的changes

done

Copy link
Collaborator

@Cythia828 Cythia828 left a comment

Choose a reason for hiding this comment

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

+1

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

Successfully merging this pull request may close these issues.

3 participants