Browse Source

feat: #2563 added RailRoad SRFB showcase (#2571)

* added RailRoad SRFB showcase
* Changed Image; size was imposed
fixRailRoadSRFB
Gilbert Brault 7 years ago
committed by Alexander Wunschik
parent
commit
c5cac5c73d
2 changed files with 16 additions and 0 deletions
  1. BIN
      showcase/images/expression-results.png
  2. +16
    -0
      showcase/index.html

BIN
showcase/images/expression-results.png View File

Before After
Width: 744  |  Height: 380  |  Size: 40 KiB

+ 16
- 0
showcase/index.html View File

@ -315,6 +315,22 @@
</div>
</div>
</div>
<div class="col-md-12 col-lg-6">
<a href="https://gbrault.github.io/railroad-diagrams/live/live.html">
<img src="./images/expression-results.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="https://github.com/gbrault/railroad-diagrams/blob/gh-pages/live/doc/readme.md"> RailRoad SRFB</a>
</div>
<div class="descriptionContent">
RailRoad SRFB is a small hack dealing with Grammars and formal language representation.
Vis is used there to show a tree representation of a valid expression i.e. conformant to the grammar rules.
</div>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save