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

Implement the full set of mathematical operations for number types #3

Open
Isaac-Leonard opened this issue Jul 4, 2022 · 0 comments

Comments

@Isaac-Leonard
Copy link
Owner

Currently I've not focused on adding operations for some of the number types unless directly needed as I have been focused on more complicated parts of the compiler.
These operations however will be needed for actually writing programs eventually.
If anyone would like to help contribute this should be a relatively easy spot to begin.
Some of the symbols such as >> and << for bit shifting will need to be added to the parser.
Type checking and transformations will need to be added to the ast and the code in share.rs and the actual machine instructions will need to be implemented in the compiler.
Any help would be appreciated.

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

No branches or pull requests

1 participant