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

Handle printing of logical types #322

Closed
namannimmo10 opened this issue Apr 5, 2022 · 0 comments · Fixed by #504
Closed

Handle printing of logical types #322

namannimmo10 opened this issue Apr 5, 2022 · 0 comments · Fixed by #504

Comments

@namannimmo10
Copy link
Collaborator

Reference code:

b: bool
b = True
print(b)
% lpython t.py && ./a.out
code generation error: Printing support is available only
                                            for 32, and 64 bit integer kinds.
 --> o.py:3:1
  |
3 | print(b)
  | ^^^^^^^^


Note: if any of the above error or warning messages are not clear or are lacking
context please report it to us (we consider that a bug that needs to be fixed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant