import gbbGrammar from './gbb-grammar';

export const grammar = gbbGrammar;
export * from './tokenizer';
