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

Compiler Milestone 2: More realistic FT subset #3742

Open
1 of 10 tasks
SupunS opened this issue Jan 29, 2025 · 0 comments
Open
1 of 10 tasks

Compiler Milestone 2: More realistic FT subset #3742

SupunS opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels

Comments

@SupunS
Copy link
Member

SupunS commented Jan 29, 2025

The goal of this milestone is to support most of the language features needed for the FT transfer transaction and contracts.

FT (everything expect closures)

Preview Give feedback
  • Not needed:
    - Entitlements: purely static
    - Swap
    - Assignment with second value

While at it, also add some of the fundamental language features:

  • Control flow:
    • if statement with optional (if-let)
    • switch statement (just compiler)
    • for-loop statement (more effort, given iteration over different iterators, iteration over references)
  • Double check we are erroring for unimplemented functionality in compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants