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

Update Tact to v1.3.0 #2

Closed
6 tasks done
novusnota opened this issue Apr 27, 2024 · 0 comments
Closed
6 tasks done

Update Tact to v1.3.0 #2

novusnota opened this issue Apr 27, 2024 · 0 comments
Assignees

Comments

@novusnota
Copy link
Member

novusnota commented Apr 27, 2024

See: tact-lang/tact#280

Applicable list of changes:

  • Fixed precedence levels for bitwise operators, equality and comparisons. Now the precedence levels match common languages like JS/TS.
  • Support for string escape sequences: \\, \", \n, \r, \t, \v, \b, \f, \u{0} through \u{FFFFFF}, \u0000 through \uFFFF, \x00 through \xFF.
  • Bitwise XOR (^) operator.
  • try {...} and try {...} catch {...} statements.
  • foreach loop for the Map type: foreach (k, v in map) {...}.
  • Trailing commas for all comma-separated lists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant