-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Constants-Phase1] CFE Issue for Constants Implementation #35079
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
Labels
legacy-area-front-end
Legacy: Use area-dart-model instead.
Milestone
Comments
18 tasks
The CFE scanner / parser has been updated to support the >>> operator. |
@mit should the milestone for this issue be 2.3, I believe we are using 2.3 to denote all issues that need to be fixed for the next release. |
3 tasks
Constant evaluation has landed in the CFE behind the experimental feature flag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Request: As per implementation plan,
***Analyzer and CFE
**The analyzer and CFE implements support for the new constant and potentially constant expressions behind the experimental flag.
The CFE plans to implement constant evaluation itself, rather than deferring it to the backends. The new constant features will be included in this implementation, so back-ends should not need to implement the new behavior.
If the implementation requires changes to the Kernel format, then backends may need to adapt to that, just as with any other Kernel format change.
Phase 1 ETA: please see issue [tracker] (dart-lang/language#60)
The text was updated successfully, but these errors were encountered: