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

I propose to add an IntelIJ trick that allows you to convert strings such as #110

Open
Volimjasnu12 opened this issue Sep 28, 2024 · 1 comment

Comments

@Volimjasnu12
Copy link

I propose to add an IntelIJ trick that allows you to convert strings such as
const int i = 1; to such (int) i() asm "PUSHINT 1" and vice versa.
This will help to refactor the code more conveniently and make it more gas-efficient.

Originally posted by @MicroNovaX in ton-blockchain/intellij-ton#103

@ajh123
Copy link

ajh123 commented Dec 8, 2024

This repoistory does not contain any C code, also this trick won't work in TypeScript (because TypeScript is an interpreted langauge and does not support assembly injection).

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

No branches or pull requests

2 participants