GlobalState Struct Reference
Data Fields | |
Parser | parser |
Parser state. | |
KrkScanner | scanner |
Scanner state. | |
Compiler * | current |
Current compiler (in-progress code object) state. | |
ClassCompiler * | currentClass |
Current in-progress class definition (or NULL) | |
Protected Attributes | |
KrkInstance | inst |
Base instance. | |
Detailed Description
Definition at line 276 of file compiler.c.
The documentation for this struct was generated from the following file:
- src/compiler.c