-
Running langium:generate with no errors:
Yet, build does not work:
How could I start from a clean slate? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @bogdanbiv, the generated code is supposed to show how to setup a CLI for the generated default language. Since it uses types from the default language (i.e. the "Hello World" language), it will fail to compile once you start changing the grammar. If you have no need of a CLI, you can just remove the code. Note that the yeoman generator asks you whether you want to setup a CLI for your language. |
Beta Was this translation helpful? Give feedback.
Hey @bogdanbiv,
the generated code is supposed to show how to setup a CLI for the generated default language. Since it uses types from the default language (i.e. the "Hello World" language), it will fail to compile once you start changing the grammar. If you have no need of a CLI, you can just remove the code. Note that the yeoman generator asks you whether you want to setup a CLI for your language.