|
Prism Ruby parser
|
A scope of locals surrounding the code that is being parsed. More...
#include <options.h>

Data Fields | |
| size_t | locals_count |
| The number of locals in the scope. | |
| pm_string_t * | locals |
| The names of the locals in the scope. | |
| uint8_t | forwarding |
| Flags for the set of forwarding parameters in this scope. | |
A scope of locals surrounding the code that is being parsed.