Mustafa Said Ağca

Results 28 comments of Mustafa Said Ağca

Unfortunately, I still get the same error. The Linux executable works fine inside WSL though.

I gave it another try today and the language server works fine, closing the issue now... Thanks.

@HanzoDev1375 See #472

Hi @kevinlano I think this PR should contain everything that is necessary to build and test the grammar, i.e. parser/lexer grammars, example files, `desc.xml` and `pom.xml`. Can you please merge...

Hi @teverett, For my previous commit, all except 1 test passed but the [remaining one](https://github.com/antlr/grammars-v4/actions/runs/10929847808/job/30341485407?pr=3353) timed out after 6 hours for no obvious reason. Now, again 23 out of 24...

I think https://github.com/antlr/grammars-v4/discussions could be a better place to post this, if it's allowed at all.

Hi @hollowrider, Formal syntax rules associated with comments in the [documentation](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/summaryofthegrammar#Lexical-Structure) are as follows: ``` comment → // comment-text line-break multiline-comment → /* multiline-comment-text */ comment-text → comment-text-item comment-text? comment-text-item...

The same is true for the Verilog and SystemVerilog grammars. I had created a pull request (#3353) to address this issue following our conversation (#3348). It's been marked as draft...