agentlang
Version:
The easiest way to build the most reliable AI agents - enterprise-grade teams of AI agents that collaborate with each other and humans
21 lines • 784 B
JavaScript
/******************************************************************************
* This file was generated by langium-cli 3.5.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/
import { AgentlangAstReflection } from './ast.js';
import { AgentlangGrammar } from './grammar.js';
export const AgentlangLanguageMetaData = {
languageId: 'agentlang',
fileExtensions: ['.al'],
caseInsensitive: false,
mode: 'development'
};
export const AgentlangGeneratedSharedModule = {
AstReflection: () => new AgentlangAstReflection()
};
export const AgentlangGeneratedModule = {
Grammar: () => AgentlangGrammar(),
LanguageMetaData: () => AgentlangLanguageMetaData,
parser: {}
};
//# sourceMappingURL=module.js.map