-
### `brew config` output
```shell
HOMEBREW_VERSION: 2.2.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 13f508d0dc8ada1726ee09a750285d7447ac3df4
Last commit: 1 year, 4 months ago
Core tap ORIGIN…
-
The `bnfc --cnf -m` parser for grammar
```
separator Integer ""
```
accepts space-separated lists of integers.
But in reasonable time, it cannot parse anything but short lists. A list of lengt…
-
Please follow the steps below for reporting a bug:
Make sure that you are using the latest release (currently stack-2.3.1).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/in…
-
Got this response in the npm-debug log
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bi…
-
The generating code does this:
https://github.com/BNFC/bnfc/blob/master/source/src/BNFC/Backend/C/CFtoCSkel.hs#L85
But, the calling code does this:
https://github.com/BNFC/bnfc/blob/master/source…
-
I am trying to install tog. According to the instructions on the repo, I tried running `make install` from the tog folder, I get the following error
```
rm: bnfc/Tog/Raw/Abs.hs: No such file or dir…
-
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
BNFC should generate IsString instances for `Ident` all the user-defined token types.
That would make it easier to build trees when using BNFC to generate pretty printers for code generation.
-
`ocamlyacc` produces ill-formed `.ml` files if a grammar has 128 or more entrypoints.
This generated `.ml` file was produced by `ocamlyacc` from a BNFC-generated `.mly` file:
```ocaml
...
let pS…