murphy: abnf.py script now uses both the flex and bison file to generate ABNF
authorJanos Kovacs <jankovac503@gmail.com>
Sat, 21 Apr 2012 16:43:24 +0000 (19:43 +0300)
committerJanos Kovacs <jankovac503@gmail.com>
Sat, 21 Apr 2012 16:43:24 +0000 (19:43 +0300)
commit3a0abe6143bfcb0c14f21751293c0abf506402a2
treed96c8ad2cdc5666c8a2476ed2fecf4d064f91a72
parent77651bd9ef355d0502f0ee371489532a4d785228
murphy: abnf.py script now uses both the flex and bison file to generate ABNF

* flex support added for the automatic document generation, ie. ABNF is
  generated from the regexp's in the definition section
* more correct ABNF description is generated
* the output is directly includable into DocBook xml file
doc/scripts/abnf.py