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

Compound initialization #346

Closed
Tracked by #61 ...
ForNeVeR opened this issue Oct 23, 2022 · 2 comments
Closed
Tracked by #61 ...

Compound initialization #346

ForNeVeR opened this issue Oct 23, 2022 · 2 comments
Assignees
Labels
area:parser The C language parser Cesium uses kind:feature New feature or request

Comments

@ForNeVeR
Copy link
Owner

For now, we cannot parse this:

char padding[4] = { 1, 2, 3, 4 };

We should be able to parse it.

Cesium throws an exception:

expected { while parsing compound_statement
expected ; while parsing ;
 but got Assign: =
@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:parser The C language parser Cesium uses labels Oct 23, 2022
@kant2002
Copy link
Contributor

Can we close this issue as completed? At least this syntax is supported now.

@ForNeVeR ForNeVeR self-assigned this Jun 28, 2023
@ForNeVeR ForNeVeR removed the status:help-wanted Open for contributors label Jun 28, 2023
@ForNeVeR
Copy link
Owner Author

Sure thing, it is now supported.

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 kind:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants