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

fix: map types when declaring not in storage #76

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

aSpite
Copy link
Contributor

@aSpite aSpite commented Oct 20, 2023

No description provided.

@anton-trunov anton-trunov merged commit 0f0cb95 into tact-lang:main Oct 24, 2023
Srg-12 added a commit to Srg-12/tact that referenced this pull request Jul 22, 2024
Edited:
Line tact-lang#74 From:
 } else if (code == 45 || code == 43) { // - or +
To:
 } else if (code == 45 && code == 43) { // - or +

Line tact-lang#76 From:
} else if (code == 95 || code == 47) { // _ or /
} else if (code == 95 && code == 47) { // _ or /
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