You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working in the area of language design for 10+ years now.
And I took a look at your Lexer and Parser. They seem to be coded by hand.
Could not find a bnf-file (grammar file) for your grammar.
For vscode I think, you are doing ContentAssist based on Syntax. And not based on Semantics. You do not real Semantic Scoping. Just guessing based on Syntax.
I'd like to join your project. And I would like to find a grammar file based on Xtext to give your language the most powerful Tooling. Even in the Web.
And we also can integrate them in several TextEditors like Sublime Text by LanguageServer.
WDYT?
Best Flo
The text was updated successfully, but these errors were encountered:
Dear Team,
really great job.
I am working in the area of language design for 10+ years now.
And I took a look at your Lexer and Parser. They seem to be coded by hand.
Could not find a bnf-file (grammar file) for your grammar.
For vscode I think, you are doing ContentAssist based on Syntax. And not based on Semantics. You do not real Semantic Scoping. Just guessing based on Syntax.
I'd like to join your project. And I would like to find a grammar file based on Xtext to give your language the most powerful Tooling. Even in the Web.
And we also can integrate them in several TextEditors like Sublime Text by LanguageServer.
WDYT?
Best Flo
The text was updated successfully, but these errors were encountered: