-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Add support for char and string #125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vikasgrewal16 , thanks for working on that.
I just added a comment here about the transpiler.
please also add tests for cases with quotation marks:
for example: " 'a' "
and ' "a" '
what I meam by that, is that test two different values for quotation marks, one with single quotes inside, and another one with double quotes inside.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vikasgrewal16 !
Please add the typechecked decorator to the new classes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks for working on that, @vikasgrewal16
🎉 This PR is included in version 0.16.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Pull Request description
Pull Request checklists
This PR is a:
About this PR:
Author's checklist:
complexity.
Reviewer's Checklist
main
branch