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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add comparison operators #23

Merged
merged 1 commit into from Oct 26, 2019

Conversation

baszalmstra
Copy link
Collaborator

This commit adds the >,>=,<=,<,==,!= operators to the language. It also
contains a rewrite of how tests are performed so that instead of using
*.mun files, the test are written in Rust which enables testing of
individual test cases with a little more ease.

p.s. sorry for the size of this thing... 馃

@baszalmstra baszalmstra self-assigned this Oct 25, 2019
@baszalmstra baszalmstra force-pushed the equality_operands branch 2 times, most recently from 2f892f5 to 6ca9efb Compare October 25, 2019 17:31
p.bump();
return Some(m.complete(p, NAME_REF));
}
// if p.at(IDENT) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

If no longer needed, you can just remove this.

This commit adds the >,>=,<=,<,==,!= operators to the language. It also
contains a rewrite of how tests are performed so that instead of using
*.mun files, the test are written in Rust which enables testing of
individual test cases with a little more ease.
@baszalmstra baszalmstra merged commit 769bfe5 into mun-lang:master Oct 26, 2019
@baszalmstra baszalmstra deleted the equality_operands branch October 26, 2019 09:31
@Wodann Wodann added this to the Mun v0.1.0 milestone May 14, 2020
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