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

6 lines
221 B
TypeScript
Raw Normal View History

2021-12-01 16:24:29 +00:00
/// SPDX-License-Identifier: GPL-3.0-or-later
2024-02-03 14:59:22 +00:00
/// SPDX-FileCopyrightText: Copyright © 2016-2024 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
2021-01-18 22:11:53 +00:00
2024-03-09 21:52:09 +00:00
export * as Syntax from './syntax/index';
export * from './compiler/index';