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

Scan and parse comparison operators #34

Merged
merged 6 commits into from
Sep 13, 2023

Conversation

leewei05
Copy link
Contributor

No description provided.

To support multi-characters token, such as <=, >=, ==, !=,
it is necessary to change the return type to std::string type
@leewei05 leewei05 force-pushed the comparison-operators branch from 9e269e0 to 03d2299 Compare September 13, 2023 06:25
@leewei05 leewei05 self-assigned this Sep 13, 2023
@leewei05 leewei05 requested a review from Lai-YT September 13, 2023 06:26
src/ast.cpp Outdated Show resolved Hide resolved
@leewei05 leewei05 force-pushed the comparison-operators branch from a37b444 to f19bd73 Compare September 13, 2023 13:47
Copy link
Collaborator

@Lai-YT Lai-YT left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@Lai-YT Lai-YT merged commit 7375bc5 into fruits-lab:main Sep 13, 2023
2 checks passed
@leewei05 leewei05 deleted the comparison-operators branch September 13, 2023 14:05
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.

2 participants