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

Parse all the C statements #210

Open
4 of 7 tasks
Tracked by #206
ForNeVeR opened this issue Aug 14, 2022 · 0 comments
Open
4 of 7 tasks
Tracked by #206

Parse all the C statements #210

ForNeVeR opened this issue Aug 14, 2022 · 0 comments
Labels
area:parser The C language parser Cesium uses area:standard-support Related to the C standard support kind:feature New feature or request status:help-wanted Open for contributors

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Aug 14, 2022

We should fully implement the following section of the C standard:

  • 6.8 Statements and blocks:
    • 6.8.1 Labeled statements
    • 6.8.2 Compound statement
    • 6.8.3 Expression and null statements
    • 6.8.4 Selection statements
    • 6.8.5 Iteration statements
    • 6.8.6 Jump statements

Look for the number 210 in the code to find clues to resolve this issue.

@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:standard-support Related to the C standard support area:parser The C language parser Cesium uses labels Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:parser The C language parser Cesium uses area:standard-support Related to the C standard support kind:feature New feature or request status:help-wanted Open for contributors
Projects
None yet
Development

No branches or pull requests

1 participant