-
---
Author Name: **Jan Seyler**
Original Redmine Issue: 526 from https://www.veripool.org
Original Assignee: Wilson Snyder (@wsnyder)
---
It would be great for the parser to support UVM!
-
https://github.com/heycam/webidl/blob/c2f8e96836ce6fa1638320240002162ab013f658/check-grammar.js#L12
Hi @tobie
Digging this up from the vaults but wondering. This seems to produce rules with one c…
-
Below is a simplified version of what I am exactly trying to do. The problem is equivalent as the original is too large.
Anyway, if you run this, we see the output is:
> expressions a
> expressio…
-
Any idea what I'm doing wrong???
```
$ cd ./glslang
$ ./updateGrammar web
MachineIndependent/glslang.y:94.9-19: syntax error, unexpected identifier, expecting string
```
also just since I as…
-
Up to now, no vimscript parser or interpreter existed outside of the vim editor itself. As a result, there has been no [syntax checker](https://github.com/scrooloose/syntastic/issues/154) for vimscrip…
-
Hi,
building _rsyslog_ in parallel (`make -j X`) is broken since commit fb4fd2ddd2f08380ad65a8cafc5f124890b136ad:
```
>>> Unpacking source...
>>> Unpacking rsyslog-8.12.0.tar.gz to /var/tmp/portage/…
-
There are a lot of ways to confuse Compose with a badly-formed `docker-compose.yml`. This file should be checked when it is read and good error messages should be produced to help users fix the proble…
-
I'm interested in translating the EasyList block rules into an efficient(ish) Javascript `proxy.pac` filtering file, and a chained Privoxy setup with the corresponding `.action` and `.filter` files. T…
-
To achieve a better performance, repetition instead of recursion can be used for the rule of the comparison expressions in the [grammar](https://github.com/Materials-Consortia/OPTiMaDe/blob/develop/op…
fekad updated
4 years ago
-
We would like to implement writers and readers in two different formats: json and PDDL. This will definitely help adjust and improve the current code design / API. The code should live under the `tars…