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

go: Add modulo operator % to evy #83

Merged
merged 1 commit into from
Feb 18, 2023
Merged

go: Add modulo operator % to evy #83

merged 1 commit into from
Feb 18, 2023

Conversation

juliaogris
Copy link
Member

Add modulo operator to evy, which includes extending lexer, parser and
evaluator. As in other programming languages, use % symbol and give
the operator the same precedence as multiplication or division.

@github-actions
Copy link

github-actions bot commented Feb 17, 2023

firebase-deployment: https://evy-lang--83-voqv1mbh.web.app (cc460ab)

@juliaogris juliaogris changed the title go: Add modulo operator to evy go: Add modulo operator % to evy Feb 18, 2023
Copy link
Contributor

@camh- camh- left a comment

Choose a reason for hiding this comment

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

🦕

Add modulo operator to evy, which includes extending lexer, parser and
evaluator. As in other programming languages, use `%` symbol and give
the operator the same precedence as multiplication or division.
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.

None yet

2 participants