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

7 lines
283 B
TypeScript
Raw Normal View History

2021-12-01 16:24:29 +00:00
/// SPDX-License-Identifier: GPL-3.0-or-later
2023-01-17 10:43:15 +00:00
/// SPDX-FileCopyrightText: Copyright © 2016-2023 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
2021-12-01 16:24:29 +00:00
export * as Grammar from './grammar.js';
2021-01-17 21:27:04 +00:00
export * as Codegen from './codegen.js';
export { compile, CompileOptions } from './codegen.js';