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

feat: Compile mode: can irgen loop and conditional blocks. #4

Closed
wants to merge 1 commit into from

Conversation

yuen619
Copy link

@yuen619 yuen619 commented Jun 6, 2024

Resolves

https://learn.ccw.site/article/baa85bdd-038b-4a3c-894d-86a972b42178

Proposed Changes

feat: support compile mode can irgen loop and conditional blocks.

Reason for Changes

Intended to solve the problem of code blocks that cannot be compiled properly, by extending compiler capabilities to ensure that code blocks containing loop structures and conditional judgments can be compiled and executed correctly. This not only improves the execution efficiency of the code, but also greatly enhances the flexibility and complex logic processing ability of programming.

Test Coverage

TODO

@sylarhcn
Copy link
Contributor

this feature already supported

@sylarhcn sylarhcn closed this Sep 21, 2024
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

Successfully merging this pull request may close these issues.

2 participants