-
would be nice if this package were to be published on stackage to have support for stack
-
Will discuss how to resolve the bnfc grammar error i get when I run _make_ after having run _bnfc -m --haskell Exp.cf_? I'm getting the follow error. If I import Data.Int I just get the error below …
-
I'm packaging BNFC for Fedora Linux, and I'm required to notify you that the GPLv2 notices in your source files have an old FSF address rather than their current address.
-
The error message `Invalid option` is confusing if the option is valid but in unexpected order.
Try 1:
```
$ haskell-ci github --jobs-selection any cabal.project
Invalid option `--jobs-selection…
-
BNFC should reject this ambiguous grammar, rather than letting the backends crash:
```
Foo. L ::= L;
token L 'a';
token L 'b';
```
-
LBNF would be nice so my https://bnfc.digitalgrammars.com/ grammars could be highlighted 😄
s5bug updated
4 years ago
-
When running
```
bnfc --cpp -m -o sum-cpp Sum.cf && make -C sum-cpp && echo "1 + 2 + 3" | sum-cpp/TestSum
```
As per the example in the README.md i get the following error
```
make: Enteri…
-
In the docs found at https://bnfc.readthedocs.io/en/latest/lbnf.html#predefined-basic-types the definition for `Ident` is as follows.
> Type `Ident` of identifiers, defined `letter (letter | digit …
-
It feels like the time is becoming [over?]ripe for a new GF release. There's a number of issues/suggestions that I think should be discussed, which is the purpose of this issue.
### Version number …
-
2.8.1 has no changelog entry on hackage, see https://hackage.haskell.org/package/BNFC-2.8.1/changelog