1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/ruby-rbison/pkg-descr
2000-11-02 03:03:24 +00:00

8 lines
322 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.
Author: Jonathan Aseltine <aseltine@cs.umass.edu>
WWW: http://www.cs.umass.edu/~aseltine/rbison.html