1 // Parsing logic for type definitions
7 ast_t *parse_lang_def(parse_ctx_t *ctx, const char *pos);
8 ast_t *parse_enum_def(parse_ctx_t *ctx, const char *pos);
9 ast_t *parse_struct_def(parse_ctx_t *ctx, const char *pos);
10 ast_t *parse_namespace(parse_ctx_t *ctx, const char *pos);