-
Looking at en.wiktionary.org/wiki/bright_shiny_object, my logs are generating the following error
invoke failed: bright_shiny_object {{#invoke:time|quote}}
[err 0] @d:/des/xowa_x/bin/any…
-
Building CXX object src/CMakeFiles/raxml_module.dir/CommandLineParser.cpp.o
make[2]: *** [src/CMakeFiles/raxml_module.dir/build.make:76: src/CMakeFiles/raxml_module.dir/AncestralStates.cpp.o] Error…
-
This is version 22.11.00, which appears to be the latest version in this repository (though 23.01.00 is tagged, but not actually pushed to the master branch?)
```
autoreconf: export WARNINGS=
aut…
-
I get the following result during attempted simulation of a state machine
```
sorry: "inside" expressions not supported yet.
```
Looking at the code that produces this response, it was made 12…
-
```
What steps will reproduce the problem?
1. tar zxf ~/Downloads/avalanche-0.6.tar.gz
2. cd avalanche-0.6.0
3. ./configure
4. make
What is the expected output?
Software should compile!
What do you…
-
There seems to be some constant
-
consider the following text:
```
a = b
c = d
```
so far so good
however, let's remove the "b" (we intend to make a an empty value)
```
a =
c = d
```
this actually becomes `a => "c=d"`
…
-
Repro steps:
* Running Ubuntu 20.04 LTS
* Installed `libtool` `2.4.6-14`.
* Installed `automake` `1:1.16.1-4ubuntu6`
* Installed `autoconf` `2.69-11.1`
```
git clone https://github.com/mdbt…
-
Im working on a port of Flex v2.6.4 to IBM z/OS.
During testing found that } slips into {characters} rule. Currently workaround is to have rule code like:
` if(yytext == '}' ) {return '}'; } else { …
-
Currently it's possible to use raw (wrapped in quotes) literal tokens in BNF.
```
%%
E : N;
N : D N | /* empty */ ;
D : "1" | "2" | "3" ... ;
```
We should also allow embedding regexp…