aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/semantics.h
blob: f4b0ec3ca72342f2b3f2dbd8b6a42170e31576f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SCHEMA_H
#define SCHEMA_H

#include "parser.h"

int __flatcc_fb_build_schema(fb_parser_t *P);
#define fb_build_schema __flatcc_fb_build_schema


fb_scope_t *fb_find_scope(fb_schema_t *S, fb_ref_t *name);

#endif /* SCHEMA_H */