-
Hi I created my own programming language with flex and bison, now how can i put this in your interpreter? Thanks in advanced
ghost updated
8 years ago
-
*Issue migrated from trac ticket # 2872*
**milestone:** HeuristicLab 3.3.17 | **component:** Problems.DataAnalysis.Symbolic | **priority:** high
#### 2018-01-09 10:36:03: @mkommend created the issue…
-
- [x] I am not submitting a question on how to use ANTLR; instead, go to [antlr4-discussion google group]
- [x] I have done a search of the existing issues to make sure I'm not sending in a dupli…
-
@tvdstorm made some progress on having a SOM grammar and interpreter at https://github.com/cwi-swat/som-rsc
In the process, he noted a couple of things.
Here some code to show the issue/question…
smarr updated
3 years ago
-
I have grammars that define @header with a package and which are stored in package-correct source directory structure. Using your plugin (1.0) leads to generated source that contains 2 package declar…
-
In the Java language target, variables declared in the @lexer::members section get declared within the lexer class. In the golang target the variables get declared as global variables. For ex…
-
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…
-
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
-
Need to identify:
- [ ] what scripts can and can't do
- [ ] details of the scripting language (grammar, syntax)
- [ ] what resources will be needed to allow scripts to run (interpreters, parsers, e…
-
We installed version 1.4.0 using Opam 2.0.4 (with Ocaml 4.07.0).
Next, we tried #require "elpi" in order to experiment with how it works.
But this fails with "Error: Reference to undefined global …