-
Notifications
You must be signed in to change notification settings - Fork 48
Basic support for the for statement #100
Copy link
Copy link
Closed
Labels
area:compilerRelated to code compilation or type checkingRelated to code compilation or type checkingarea:parserThe C language parser Cesium usesThe C language parser Cesium usesarea:standard-supportRelated to the C standard supportRelated to the C standard supportgood-first-issueAn issue considered simple enough for new contributorsAn issue considered simple enough for new contributorskind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors
Description
Metadata
Metadata
Assignees
Labels
area:compilerRelated to code compilation or type checkingRelated to code compilation or type checkingarea:parserThe C language parser Cesium usesThe C language parser Cesium usesarea:standard-supportRelated to the C standard supportRelated to the C standard supportgood-first-issueAn issue considered simple enough for new contributorsAn issue considered simple enough for new contributorskind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors
For now, we've decided to not add variable definition support / scope support to the
forstatement.If viable, any declaration inside of a
forblock should throwNotImplementedException.