-
On would think that `cabal v2-install xyz` where `xyz` is a package on hackage only builds and installs `xyz`, but it does other things if the current directory happens to contain a cabal project:
``…
-
https://github.com/UnkindPartition/ansi-terminal/blob/2a4a6d89980801ae353fb573753d6205f90115e7/ansi-terminal/ansi-terminal.cabal#L28-L30
I am getting:
```
$ cabal run ansi-terminal-example
...
…
-
BNFC generates various names (files, directories, classes, ...) based on the filename of the input grammar (e.g. `Lang.cf`). Not all backends will be able to deal with all legal choices of `Lang.cf`, …
-
A lot of stuff in the documentation are out-of-date. Many links are no more valid (e.g. the first two links in Chapt 4). And some claims are still made 10 years ago, which may or may not still be true…
-
**Describe the bug**
`% cabal v2-sdist`
`cabal: Error: Could not find module: SciDbAFL with any suffix:`
`["gc","chs","hsc","x","y","ly","cpphs","hs","lhs","hsig","lhsig"]. If the`
`module is auto…
-
write the bnf for deeplang, just to be familiar with the language, and prepare for lexer and parser.
-
Maybe this belongs on the website repo, but, would it be helpful to have a couple examples somewhere of how to automate generating code with BNFC as part of the build process?
I recall (would take …
-
I just created an issue at jflex-de/jflex#191 as I initially thought I am wrongly using the tool chain.
I tried to
``` bash
$ bnfc -m --java -o src/main/java --jflex -p bnfc src/main/resources/abs…
nobeh updated
8 years ago
-
Hello!
BNFC errors in the Haskell backend are plain `String` values like this: ```syntax error at line 3, column 1 before `token'``` . There are some inconveniences here:
- a String is not flexi…
-
something like this: `data Program a = Program a [TopDef a] [FnDecls ...]`