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

8 lines
328 B
TypeScript
Raw Normal View History

2021-12-01 16:24:29 +00:00
/// 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';
2021-01-17 21:27:04 +00:00
export * as Internals from './internals.js';
export * as Codegen from './codegen.js';
export { compile, CompileOptions } from './codegen.js';