src/ll1/index.js
import Parser from './Parser.js';
import _children_next_lazy from './_children_next_lazy.js';
import _compile from './_compile.js';
import _first from './_first.js';
import _follow from './_follow.js';
import _parse_lazy from './_parse_lazy.js';
import audit from './audit.js';
import compile from './compile.js';
import first from './first.js';
import follow from './follow.js';
import from from './from.js';
import is from './is.js';
import parse from './parse.js';
/* eslint import/no-anonymous-default-export: [2, {"allowObject": true}] */
export default {
Parser,
_children_next_lazy,
_compile,
_first,
_follow,
_parse_lazy,
audit,
compile,
first,
follow,
from,
is,
parse,
};