aboutsummaryrefslogtreecommitdiff
path: root/src/parse/context.c
blob: cd8d16bca928132647098ab33e8cd61f2b9c4b70 (plain)
1
2
3
4
5
6
7
8
// A context parameter that gets passed around during parsing.

#include "../stdlib/memory.h"
#include "../stdlib/pointers.h"
#include "../stdlib/tables.h"
#include "../stdlib/types.h"

const TypeInfo_t *parse_comments_info = Table$info(Pointer$info("@", &Memory$info), Pointer$info("@", &Memory$info));