-
# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use …
-
When testing my new BNFC Agda backend I was mystified by compiler errors like
```
The type of main should be Agda.Builtin.IO.IO A, for some A. The given type is ...
```
or
```
No binding for bui…
-
---
https://github.com/akzhy/gatsby-starter-elemental
-
While installing BNFC-2.8-mac.pkg, the following error / warning message is observed: "This package is incompatible with this version of OS X and may fail to install. Installing this package may damag…
-
Using categories with numbers in the name with `separator` results in errors when compiling the `Par...` files. For example, the following grammar:
```
Foo. Bar2 ::= Ident ;
terminator Bar2 "," ;…
-
Reported by @nad in a comment to #2916.
Original example
```agda
open import Agda.Builtin.IO
open import Agda.Builtin.Unit
data Unit : Set where
c : ⊤ → Unit
{-# FOREIGN GHC
data U…
-
Splunk ships this file: ./etc/system/default/searchbnf.conf which is a BNF grammer of the language. It could potentially be converted using this: https://github.com/BNFC/bnfc
this VIM langage defin…
-
With ghc-7.10, the code generated by the Haskell CNF backend does not compile:
```
$ bnfc --haskell --cnf -m Calc.cf
...
$ make
```
yields
```
Compiling CnfTablesCalc ( CnfTablesCalc.hs, C…
-
The individual download links on the download page seem all broken, e.g.
http://bnfc.digitalgrammars.com/download/download/BNFC-2.8.2.tar.gz
-
Steps to reproduce:
1. BNFC file (`Prog.cf`)
```
Document. Doc ::= "d"
```
2. Run `bnfc -m Prog.cf`
3. Run `make`
Output: [make.log](https://github.com/BNFC/bnfc/files/1957682/make.log)
…