Skip to content

feat: add comparison operators#23

Merged
baszalmstra merged 1 commit intomun-lang:masterfrom
baszalmstra:equality_operands
Oct 26, 2019
Merged

feat: add comparison operators#23
baszalmstra merged 1 commit intomun-lang:masterfrom
baszalmstra:equality_operands

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 requested a review from Wodann October 25, 2019 15:53
@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.

2 participants