-
My test case for this involves the attribute disable function, but this is indicative of a wider problem when accessing any class member, which could cause a lot of pain for users.
``` C++
attrib…
-
I am attempting to understand if it is possible to feed pack a previous parser run into textX in order to split up definition of user defined reference types.
For the "SimpleType" example provided de…
-
Before submitting an issue to ANTLR, please check off these boxes:
- [x] I am not submitting a question on how to use ANTLR; instead, go to [antlr4-discussion google group](https://groups.google.c…
-
The following code doesn't highlight correctly in VSCode after ` //`. The problem is that the embedded JavaScript grammar consumes the full `//` and the sourrounding html rule doesn't end. The grammar…
-
**Description**
Although the problem is convex and the formulation DCP, the compilation fails.
**To Reproduce**
import cvxpy as cp
x = cp.Variable(d)
objective = cp.Minimize( cp.sum_squares(A@…
-
Hi,
Consider these statements ...
```rust
let x = 1;
let const x = 1;
fn main() {}
fn main() -> void {}
```
We often have such instances where the default token is assumed, if it is no…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Category of feature request
Transpile
### Problem statement
Currently the ANTLR Parser moves all c…
-
Hi, I'm one of the maintainer of the Svelte for VS Code extension. Stoked to see that you're pushing to get Svelte syntax highlighting in proper shape on GitHub again!
Looking through the commits I…
-
(Note that this applies to Silver, I'm not suggesting it as something Silver automatically does for grammar specifications written in Silver.)
Rust has the notion of a raw identifier, which it uses…
-
This concerns requests for updating the Python grammar to the latest standard grammar, which is a CPython grammar at https://docs.python.org/3/reference/grammar.html.
* Missing match_stmt. https://…