Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git] / shotgun / lib / grammar_runtime.h
blob411a6a7dcb69681cdc5b06fe8a5b9dcfe8b40ba1
1 #ifndef RBS_GRAMMAR_RUNTIME_H
2 #define RBS_GRAMMAR_RUNTIME_H
4 rb_parse_state *alloc_parse_state();
5 void *pt_allocate(rb_parse_state *st, int size);
6 void pt_free(rb_parse_state *st);
7 void create_error(rb_parse_state *parse_state, char *msg);
9 #endif /* RBS_GRAMMAR_RUNTIME_H */