Skip to content

Implement initial ltypes.py #121

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

Merged
merged 8 commits into from
Feb 9, 2022
Merged

Implement initial ltypes.py #121

merged 8 commits into from
Feb 9, 2022

Conversation

certik
Copy link
Contributor

@certik certik commented Feb 9, 2022

Fixes #115.

i32 = []
i64 = []
f32 = []
f64 = []
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
f64 = []
f64 = []
c128 = []

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I merged it, as tests pass and this was an important PR. Can you submit this as a new PR?

@certik certik merged commit eff76b5 into lcompilers:main Feb 9, 2022
@certik certik deleted the ltypes branch February 9, 2022 22:06
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.

Implement ltypes.py
2 participants