-
The documentation is missing from the package BNFC-meta, although the build is successful. I can't find what causes this in the build log and running "cabal haddock" om my machine works.
http://hacka…
-
I apologize if this isn't the right place for BNFC-meta issues. I couldn't find its repo.
BNFC-meta's documentation doesn't build with the following error:
```
HsColour: Language/LBNF/CFtoHappy.hs: …
woehr updated
9 years ago
-
This isn't a bug report, just a feature request. Currently with
```
bnfc -m --haskell Language.cf
```
I get LexLanguage.hs ParLanguage.hs SkelLanguage.hs PrintLanguage AbsLanguage.hs and ParLanguage…
-
I would like to use the AST generated by BNFC throughout my language project. I see from the example of Java 1.1 that tokens which are not built into BNFC are always assumed to be strings. I would l…
-
There's a whole bunch of errors that look like they might be trivial to fix (i.e. by adding the FlexibleContexts extension). A complete build log that shows all errors is available at http://hydra.cry…
-
In the generated layout processor, the cases for encountering a new line and a layout starting keyword are mutually exclusive.
I.E, given the following grammar:
```
layout "mutual" ;
Def. Def …
-
Hello,
first of all I want to thank you for your work.
I am trying to use bnfc-cabal so I execute it and get an error I don't understand:
```
$ bnfcCabal Language.cf
Type a version number, e.g. [0,…
-
`make all` does not work with GHC 7.8. Is this a problem for bnfc or for alex?
```
happy -gca ParXXX.y
unused rules: 9
unused terminals: 2
shift/reduce conflicts: 36
reduce/reduce conflicts: 212
ale…
-
I have the following grammar:
```
comment "(*" "*)" ;
Prog. Program ::= [HeaderElem] [BodyElem] [FooterElem] ;
DefaultRate. HeaderElem ::= "directive" "default_rate" Number;
Stochastici…
-
Hello,
I re-run the program with the newest changes. What I get is close to compile but some fields needs to be added (basically build-depends with base and array dependencies). Looking at the source…