export { Parser, IToken, IRule } from './Parser'; export { TokenError } from './TokenError'; export import Grammars = require('./Grammars');