1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/ruby-rbison/pkg-descr
Sunpoet Po-Chuan Hsieh fdd462485d - Remove Author line
2013-08-29 18:06:47 +00:00

7 lines
272 B
Plaintext

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