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. | |
A scope of locals surrounding the code that is being parsed.