-
- **Version**: 1.6.0-RC4
- **Integration**: sbt
- **Configuration**:
```
project {
git = true
excludeFilters = ["target/", "build.sbt"]
}
style = default
rewrite.rules = [PreferCurlyFors,…
-
Citing from http://hydra.cryp.to/build/1392291/nixlog/1/raw:
```
src/LexBNF.x:164:38:
Not in scope: ‘ord’
Perhaps you meant one of these:
‘or’ (imported from Prelude), ‘odd’ (imported f…
-
The following grammar works with bnfc -c or --cpp but does not build with haskell
Prog. Program ::= Defin ;
Pe. Program ::= "" ;
Def. Defin ::= "woo" ;
It will gen…
-
The latest release linked to on the BNFC website and the one designated on github is 2.8 instead of the more recent 2.8.1. Since 2.8 produces Haskell code that no longer compiles with modern versions …
-
Hi,
I'm trying to define a grammar for a language that makes use of spaces around identifiers in order to accepts both those strings unambiguously
lhs > rhs
lhs> rhs
where the firs…
zhaar updated
6 years ago
-
I wanted to use the Gadt backend together with a Xml-PrettyPrinter, but I got the following error:
``` bash
cat Calc.cf ; bnfc --haskell-gadt --xml -m Calc.cf ; make
-- file Calc.bnfc
EAdd. Exp ::…
-
For your information:
I have created a **syntax highlighting definition** for **sublime text.**
Here it is: **https://github.com/Centril/sublime-lbnf-syntax**
Enjoy =)
-
Current repo history size:
```sh
$ git clone --mirror https://github.com/k2informaticsgmbh/sqlparse
Cloning into bare repository 'sqlparse.git'...
remote: Enumerating objects: 16, done.
remote: C…
c-bik updated
5 years ago
-
The [https://atom.io/](atom) editor is increasing in popularity. Let's add support for it.
Documentation is available at: https://atom.io/docs
This issue is complete when atom users can install …
-
I have a project where I have `Lexer.x` and `Parser.y` files. Running `stack build` would automatically generate `Lexer.hs` and `Parser.hs` using `alex` and `happy` so that I don't have to manually ge…