Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git] / shotgun / lib / grammar.h
blobead45696b266755447496f6fca80a4f3a7ef6290
1 #include "shotgun/lib/grammar_internal.h"
3 OBJECT syd_compile_string(STATE, const char *f, bstring s, int line, int newlines);
4 OBJECT syd_compile_file(STATE, const char *f, FILE *file, int start, int newlines);
5 quark id_to_quark(ID id);