bnfc icon indicating copy to clipboard operation
bnfc copied to clipboard

BNF Converter

Results 87 bnfc issues
Sort by recently updated
recently updated
newest added

Blocked on: - [ ] https://github.com/haskell/cabal/issues/9917 - [x] https://github.com/phadej/boring/issues/43 - [x] https://github.com/haskell/aeson/issues/1094

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies

I have a grammar (a basic language) that have `^` as an operator. The generated code for the operators on the pygments code include this symbol unescaped, and the generated...

Blocked on: - [x] https://github.com/sol/doctest/issues/420

CI

Python backend using Python Lex Yacc, [PLY](https://www.dabeaz.com/ply/ply.html). 1 - Requires python3.10+ and ply. 2 - Getting started documentation added to docs/user_guide.rst. 3 - I'll not pledge to be an active...

This PR decouples the `CF` parsing process of LBNF file from unused back end options and checks, thus providing a new function `parseRawCF` that can be called from third party...

I added the Dart 3 back-end available by calling `bnfc --dart` The list of unsupported LBNF features and known bugs: - `layout` - `define` intermediary rules mapping - 210_NumberedCatWithoutCoerce does...