syndicate-js/packages/compiler/src/compiler/index.ts

8 lines
328 B
TypeScript

/// SPDX-License-Identifier: GPL-3.0-or-later
/// SPDX-FileCopyrightText: Copyright © 2016-2021 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
export * as Grammar from './grammar.js';
export * as Internals from './internals.js';
export * as Codegen from './codegen.js';
export { compile, CompileOptions } from './codegen.js';