-
Using the grammar at tag https://github.com/antlr/grammars-v4/blob/distant_error_msg/swift/Swift.g4 we get a horrible error message that basically says I don't recognize the class just because he does…
parrt updated
9 years ago
-
I've been trying to run some tests on the JavaScript grammar and I've stumbled across this problem.
I haven't been able to figure out whether it's something I'm doing wrong or if it's an issue bec…
-
What does exist, do you have like file with the lang gammer?
![image](https://github.com/FrederoxDev/CC-Bedrock/assets/103173909/b1ff0376-32e6-4640-88a9-d5eebf5ec4ff)
-
Would it be feasible to have an online Monicelli compiler like many other eso-langs (Cjam, Pyth, ...)? I'd like to send my _codegolf_ entries in this language
-
I don't know if this can be considered an issue or a suggestion...
In current grammar, I may have
```sql
SELECT 1 FROM DUAL
SELECT 2 FROM DUAL
```
and this is considered as two different q…
outon updated
4 years ago
-
Hi Joris,
I thought I could give a try to the first milestone in the README so I'm coming with a draft for supporting braceless namespaces so that the following tags are considered to be members of i…
-
I encountered this exception while parsing my grammar in rascal:
```
|std:///ParseTree.rsc|(16210,1501,,): Java(
"JavaCompilation",
"Java compilation failed due to code too large",
Java("…
Ejehi updated
7 months ago
-
OpenQASM 3.0 uses ANTLR for it's grammar. It will be useful to use the ANTLR package in Python
-
As of now, JavaCC generates parsers.
However, it would be nice if it could generate fuzzers as well.
In other words, it should take a `Random` instance, and produce a randomized sample as if it …
-
# Environment
**RESTler version:** 8.4.0
**Python interpreter:** version 3.8.2
**.NET runtime:** .NET 5.0
**System:** Windows 10 Enterprise 21H1
# Problem
I am compiling RESTler grammar from a…