forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
272 B
Text
6 lines
272 B
Text
rbison generates a Ruby parser class from a Bison-like specification
|
|
file. rbison uses Bison to do all the hard work (generating state
|
|
transition tables, etc), then translates the Bison-generated C code
|
|
into Ruby code.
|
|
|
|
WWW: http://www.cs.umass.edu/~aseltine/rbison.html
|