1 // A context parameter that gets passed around during parsing.
7 #include "../stdlib/datatypes.h"
8 #include "../stdlib/files.h"
9 #include "../stdlib/types.h"
11 extern const TypeInfo_t *parse_comments_info;
16 int64_t next_lambda_id;
17 Table_t comments; // Map of <start pos> -> <end pos>