-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
```cs
[2021-12-23 08:26:10.592] [exthost] [error] Error: Extension 'ms-dotnettools.csharp' CANNOT use API proposal: quickPickSeparators.
Its package.json#enabledApiProposals-property declares: [] bu…
-
Subscribe to this issue and stay notified about new [daily trending repos in Java](https://github.com/trending/java?since=daily)!
-
"Skip to content
Navigation Menu
Code
Issues
6
A bootstrap repo for self-authoring Dev Container Features
containers.dev
License
MIT license
260 stars
121 forks
19 watching
6 Branches
0 Tags
…
-
Apologies if this is the wrong place to ask, but is it possible to also open source Microsoft.SqlServer.Management.SqlParser.dll ?
It would seem like the right repo for it?
-
I don't know if this is by design: channels declared in a lexer grammar file are not generated into constants in the generated lexer. For an example grammar, see [PhpLexer.g4](https://github.com/antlr…
-
[See this SO post](https://stackoverflow.com/questions/76353461/antlr4-python-target-not-working-with-some-special-rule-names?noredirect=1#comment134640110_76353461)
**Target:** `-Dlanguage=Pyt…
xmcp updated
3 months ago
-
I'd like to setup a couple of benchmarks using kotlinx-benchmark.
The benchmarks should measure something we can compare with other ANTLR implementations, e.g., antlr4ng.
@mike-lischke hey! Woul…
-
When the antlr4 f90 grammar encounters
`if (mydummy > 90.and.gggg > 0) then`
it throws a syntax error.
While I agree with complaints about the lack of white-space, I offer that the grammar sho…
-
Similar to the [analysis for parser rules](https://github.com/antlr/grammars-v4/issues/3358), one can perform an analysis of unused lexer rules. However, the analysis needs to remove from consideratio…