-
I created a langium project and wrote the grammar. the cli is working, but vscode does not show any problems. any hints where to start debugging? https://github.com/cdietrich/core-dsl-langium-vscode-not-working to me it looks in in vscode the extension dislikes my terminal(fragments) 2nd question: is there an easy way to test lexing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Compared to Xtext, Langium has a slightly different implementation for the
to:
|
Beta Was this translation helpful? Give feedback.
Compared to Xtext, Langium has a slightly different implementation for the
!
terminal element. See also #681. In your case, it leads to an infinite recursion while lexing. You just need to change these terminals:to: