aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-rbison/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-rbison/pkg-descr')
-rw-r--r--devel/ruby-rbison/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/ruby-rbison/pkg-descr b/devel/ruby-rbison/pkg-descr
new file mode 100644
index 000000000000..b62f66982149
--- /dev/null
+++ b/devel/ruby-rbison/pkg-descr
@@ -0,0 +1,7 @@
+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