-
Hi,
I was trying to build `cubicaltt`, but ran into a bit of trouble. I installed the require packages with cabal, but then ran into problems with `make bnfc && make`. Here's what I had to do instea…
-
The installer fails for some reason. I guess that the problem is the new OS X security system but the error is not meaningful and I could not test my guess.
-
Spoofax development requires one to provide the language syntax through one of the versions of SDF (the latest SDF3). Is there any tool or support to be able to have conversion between BNFC to SDF3 or…
nobeh updated
9 years ago
-
Hey @cunger,
I was looking at your [*.ldp files](https://github.com/ag-sc/lemon.dbpedia/tree/master/en) and wondering if there is an open source parser for that syntax lying around?
Also: have you c…
-
We have a language syntax [ABS.cf](https://github.com/CrispOSS/jabsc/blob/master/src/main/resources/abs.cf) that uses [BNFC](http://bnfc.digitalgrammars.com/). Here is how I generate the tooling for s…
nobeh updated
9 years ago
-
The latest github release tar.gz package for linux 32 bit and 64 bit
contains only the LICENSE inside.
Check:
https://github.com/BNFC/bnfc/releases/download/v2.8/BNFC-2.8-linux32.tar.gz
and
https:/…
-
On this grammar:
```
Test. Test ::= " ")";
```
bnfc reports:
```
bnfc: src/LexBNF.x:(80,13)-(86,20): Non-exhaustive patterns in case
```
The error message could be more helpful! :)
-
```
Somebody on proofmarket.org proved False (on 2.3.2.2), I could reproduce it on
2.3.2.1 (which I had around):
https://proofmarket.org/problem/viewa/58
The code is astonishingly simple.
module An…
-
Hi, I just want to know how to express optional element in LBNF? E.g. I have the following rule in ordinary EBNF:
```
LIST_COMMAND =:: "LIST" [COMMODITY [DELEAR_ID]]
```
How can I express this in L…
ghost updated
9 years ago
-
Right now, the `hspec` test target uses the `-fno-warn-orphans`. This warning comes from the fact that `test/TestUtils.hs` is implementing arbitrary instances of the `Language.Abs` module (it is autog…