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

Port stdlib.fc and mathlib.fc's asm functions to Tact's stdlib #770

Open
anton-trunov opened this issue Aug 31, 2024 · 2 comments
Open

Port stdlib.fc and mathlib.fc's asm functions to Tact's stdlib #770

anton-trunov opened this issue Aug 31, 2024 · 2 comments
Assignees
Labels
stdlib The Tact standard library
Milestone

Comments

@anton-trunov
Copy link
Member

This is going to be very easy after #768 is resolved.

It is partially addressed in these issues:

@anton-trunov anton-trunov added the stdlib The Tact standard library label Aug 31, 2024
@anton-trunov anton-trunov added this to the v1.5.0 milestone Aug 31, 2024
@Gusarich
Copy link
Member

Gusarich commented Sep 5, 2024

We can't just port them to Tact stdlib and remove the .fc files, because functions defined there are used in code generation, e.g. src/generator/writers/writeStdlib.ts.

@anton-trunov
Copy link
Member Author

That's right. I meant some additional functions that can be used by Tact users.

@anton-trunov anton-trunov modified the milestones: v1.5.0, v1.6.0 Sep 5, 2024
@Gusarich Gusarich self-assigned this Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib The Tact standard library
Projects
None yet
Development

No branches or pull requests

2 participants