-
Would it be possible to extend the parser to find mathjax expressions ($blah$ $$blah$$) so that we can use that in queries?
-
While trying to build I'm getting this error:
```
dune build
Error: goblintCil__Parser_c-yacc corresponds to an invalid module name
-> required by _build/default/src/goblintCil__.ml-gen
-> requir…
-
https://github.com/pest-parser/pest/discussions/885#discussioncomment-6451348
-
Hello, I found an issue with the PHP-target language using the supplied XML-example language. All info below.
Origin of the error seems to be the Unicode-characters in the language: (https://github…
-
The parboiled is used by pegdown. The pagdown is OSGi compliant (or will be), the parboiled lib have to be compliant also.
-
Thanks for making this awesome plugin. Works great for our js codebase
However our graphql api is written using graphql-ruby and so all of our graphql specs are Ruby files. In these files we define…
-
Given a simple grammar:
~~~ ohm
Myopic {
Program = ExpressionList
ExpressionList = Expression*
Expression = BlockExpression | number
BlockExpression = "block" "{" ExpressionList…
-
nom can recognize left recursive grammars, but at the price of losing some information. Something like `res
-
TL;DR: could the code generator implement precedence climbing automatically as an optimization ?
Here is the context for my question: I'm working with a fairly complex language grammar generated fr…
-
Sorry for another feature idea...
It would be nice to have the {aliases} (as defined by /control/alias) highlighted. Is it a difficult pattern-matching task?
P.S. Actually, I am thinking about digg…