-
using the following cpu, and more than one process (e.g. make -j2 or higher) the build breaks.
it seems the files generated by flex and bison are being consumed before they are written completely:
…
-
Hello,
I am trying to install on macOS Mojave. The issue I get in the end is
```
$ ./instiki --daemon
/Library/Ruby/Site/2.3.0/bundler/lockfile_parser.rb:108:in `warn_for_outdated_bundler_ver…
-
I've successfully installed PyDIP using pip3, but I'm having trouble importing in python3. I saw the previous discussions of this issue but First I encountered this:
`import PyDIP as dip
Traceback …
-
If ilang is intended as an IR then it should have a bnf grammar. This is one I wrote for a racket parser which might serve as a starting point, but I'm sure it's still riddled with bugs.
```bnf
#l…
-
Hi,
I am trying to build PF_RING latest git version on Ubuntu. It fails to compile on Ubuntu 19.04 and same error is seen with Ubuntu 18.04.2 version. Here are the logs from Ubuntu 18.04.2 lxc cont…
-
Currently, block expressions (`for`, `if`, `while`) are only terminated with `;`, if the ending block of that expression is not a block. This makes the grammar very hard (maybe even impossible) to mak…
-
Fresh clone and I get this:
```
➜ zograscope git:(master) make
c++ -c -I./src/ -std=c++11 -Wall -Wextra -MMD -Isrc/ -Ithird-party/ -DYYDEBUG -Og -g tools/diff/diff.cpp -o tools/diff/diff.o
erro…
-
`sieve_interface.h` cannot #include `varlist.h` and `grammar.h`, as these are not installed.
`parse_string(`) can be marked with `__attribute__((__visibility__("hidden")))` as it is not used out of…
-
### Description
Cloned today on commit 5ff2241f80968d775e0f4258ca7381dd1f4702a0 that is tagged.
### Console output and logs
-> Applying domain substitution
2018-12-20 12:40:00,673 - DEBUG: I…
-
The same media query passes in the `` element, but fails in the `` attribute. Guessing these use different parsers.
The actual problem in the query below is the space before the second `and` is opt…