-
Hi everyone!
@JonasDuregard
@Cubesoup
@ulysses4ever
@mbuszka
I would like to switch from BNFC to BNFC-meta in a compiler of my pet language and if it ever gets mature enough, I would publish…
-
According to @crypto-coder
```
there may be parts of rnode that you can borrow heavily from
when I was attempting to build rnode from source code, I had to install Haskell and then build BNFC u…
-
Switching back to the BNFC printing code has revealed that BNFC does not determine between layout braces and non-layout braces. Printing anything with implicit arguments results in the following mess:…
-
Add support in cabal to build bnf files using bnfc (like what is done with alex and happy). This would, among other things, make bnfc own compilation easier.
-
The parser generated from the following grammar fails, unless I activate the commented-out superfluous rule:
```java
parser grammar RightRecParser;
options { tokenVocab = RightRecLexer; }
listIn…
-
**Describe the bug**
When running tests, Cabal is unable to parse the Alex version installed:
```
Run cabal test all \
Resolving dependencies...
Build profile: -w ghc-9.2.4 -O1…
-
Originating from https://github.com/haskell/cabal/issues/7251#issuecomment-767487524 :
**`cabal sdist` includes useless, possibly generated modules in the package**
Scenario:
- Say I have in my mod…
-
This is an issue documenting known bugs of BNFC that cause some system tests to fail. We keep the tests in the test suite nevertheless, to stimulate further bug fixing.
Currently known issues for …
-
The BNFC backend is (predictably) ignoring any BNFC token definition since they only get encoded into the Alex source file and QuickFuzz just ends up using the `Arbitrary` instance of `String`.
For…
-
## Intro
I think we probably all agree that it would be nice to have a proper BNF for the Nix language, and that ideally the "official" parser would be compiled from that BNF. Here's why:
- It could …