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

Rewrite while into for, take opportunities to save semi-colons #213

Merged
merged 3 commits into from
Jan 14, 2023

Conversation

eldritchconundrum
Copy link
Collaborator

No description provided.

Checker/compression_test.fs Outdated Show resolved Hide resolved
@@ -432,8 +432,7 @@ void main()
w.y=R();
w.z=R();
w.w=R();
if(w.w<.5)
;
w.w<.5;
Copy link
Owner

Choose a reason for hiding this comment

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

This is something we could simplify later

tests/commands.txt Outdated Show resolved Hide resolved
@laurentlb
Copy link
Owner

This could be added to the README

@eldritchconundrum eldritchconundrum merged commit 25de42a into master Jan 14, 2023
@eldritchconundrum eldritchconundrum deleted the while-to-for-semi-colons branch January 14, 2023 22:43
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