UNPKG

langium-cli

Version:

CLI for Langium - the language engineering tool

9 lines 619 B
/****************************************************************************** * Copyright 2021 TypeFox GmbH * This program and the accompanying materials are made available under the * terms of the MIT License, which is available in the project root. ******************************************************************************/ import type { Grammar, LangiumCoreServices } from 'langium'; import type { LangiumConfig } from '../package-types.js'; export declare function generateAst(services: LangiumCoreServices, grammars: Grammar[], config: LangiumConfig): string; //# sourceMappingURL=ast-generator.d.ts.map