-
I have been working on a [BNFC](https://github.com/BNFC/bnfc) parser for Antlrvsix. I generated a parser for the [the LBNF example](https://github.com/BNFC/bnfc/blob/master/examples/LBNF/LBNF.cf), and…
-
Recently [stack](https://haskellstack.org/) gets more and more popular, since it avoids cabal-hell, eases updating used packages and ghc and also uses a sandbox for every project by default. Stack als…
-
On osx, when installing bnfc via cabal, I get:
```
> cabal install happy alex bnfc
> bnfc --version
2.8.1
> export CLASSPATH=$CLASSPATH:./antlr-4.6-complete.jar
>bnfc --java --antlr -m bnfc/as…
-
This is an umbrella issues collecting breaking changes we might want to introduce in BNFC.
The goal is to remove exotic features and make BNFC more robust.
More permissive license (see #308):
- […
-
### Automatic import handling
I have a feature request, we're all busy, so take it or leave it. But it would be nice if jedi could add missing import statements and organize imports. This could be …
-
When ghcjs as compiler is supported bnfc can be running on the bnfc website.
-
Utilize GitHub's new features for releases.
Should suppress this warning:
> The page build completed successfully, but returned the following warning for the `master` branch:
>
> It looks like y…
-
### 问题类型 / Type of issues
* 软件包被官方仓库收录 / available in official repos
### 受影响的软件包 / Affect packages
* bnfc
-
BNFC (haskell) accepts totally empty input files, but not
```
;
```
It should also allow empty declarations consisting just of a `;`.
This would allow a style like
```
-- comment
; Rule. S ::=…
-
Is there a way to exclude files from a source directory?
Something like:
```yaml
source-dir:
- LBNF
exclude:
- Skel
- Test
```
In my case, [BNFC](https://github.com/BNFC/bn…