LoopExit Struct Reference
Tracks 'break' and 'continue' statements. More...
Data Fields | |
| int | offset |
| Offset of the jump expression to patch. | |
| KrkToken | token |
| Token for this exit statement, so its location can be printed in an error message. | |
Detailed Description
Tracks 'break' and 'continue' statements.
Definition at line 188 of file compiler.c.
The documentation for this struct was generated from the following file:
- src/compiler.c