ebnf2railroad icon indicating copy to clipboard operation
ebnf2railroad copied to clipboard

📔 Create beautiful documentation for EBNF

Results 7 ebnf2railroad issues
Sort by recently updated
recently updated
newest added

Connected to me wanting to fix the small graphical bug in #63 , is it possible to add an option for exporting to an SVG file that can be edited...

Hello! This is admittedly a pretty tiny graphical bug, but I figured it's worth reporting! It seems maybe the line is making the tightest turn possible, but can't fit in...

# Changes - Ensures `targetFilename` is set to a non-boolean value before checking if it is a markdown file - Simplifies creation of the options object(s) for the HTML and...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.3.2 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@​lukekarrys) 99d8287 #583 correctly parse...

dependencies

When using a command such as the following, an error is generated: `ebnf2railroad --write-style --no-target my-grammar.ebnf` ``` TypeError: targetFilename?.endsWith is not a function at Object.run (/src/myproject/node_modules/ebnf2railroad/src/cli.js:118:38) targetFilename?.endsWith is not a...

Just curious on the what the appetite of supporting ABNF would be? I know this repo has an ebnf focus, but that's why I'm asking. Depending on your answer I'm...