feat(parser): create common directory for langium parsers

This commit is contained in:
Reda Al Sulais
2023-08-20 15:36:02 +03:00
parent 6141722b1f
commit 1559c2ca21
7 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export * from './generated/ast.js';
export * from './generated/grammar.js';
export * from './generated/module.js';
export * from './common/index.js';