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

Add unsigned integers #22

Merged
merged 9 commits into from
Aug 9, 2024
Merged

Add unsigned integers #22

merged 9 commits into from
Aug 9, 2024

Conversation

maxslarsson
Copy link
Member

@maxslarsson maxslarsson commented Aug 9, 2024

Add unsigned integers and use the correct LLVM functions for unsigned vs. signed integers, type check the sign of an int and number, improve readability, fix extern linkage, and a few other small additions.

thomasbreydo
thomasbreydo previously approved these changes Aug 9, 2024
Copy link
Contributor

@thomasbreydo thomasbreydo left a comment

Choose a reason for hiding this comment

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

Looks great!

@thomasbreydo thomasbreydo self-requested a review August 9, 2024 02:17
Copy link
Contributor

@thomasbreydo thomasbreydo left a comment

Choose a reason for hiding this comment

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

This looks amazing!! Yay!

@maxslarsson maxslarsson merged commit 0d063d8 into main Aug 9, 2024
@maxslarsson maxslarsson deleted the add-unsigned-integers branch August 9, 2024 02:23
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