aboutsummaryrefslogtreecommitdiff
path: root/devel/menhir
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20080912Renato Botelho2009-02-254-12/+23
| | | | | | | | PR: ports/132061 Submitted by: maintainer Notes: svn path=/head/; revision=229046
* - Update to 20071212Philippe Audeoud2008-06-024-52/+76
| | | | | | | | | PR: ports/123071 Submitted by: Jaap Boender <jaapb kerguelen.org> (maintainer) Approved by: maintainer timeout, thierry (mentor) Notes: svn path=/head/; revision=214170
* - Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/Pav Lucistnik2008-04-061-3/+1
| | | | | | | Pointy hat to: stas Notes: svn path=/head/; revision=210684
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add manpage to MakefileMartin Wilke2007-03-111-0/+2
| | | | | | | Submitted by: pointyhat via Kris "Ports Janitor" :) Notes: svn path=/head/; revision=187168
* Menhir is a LR(1) parser generator for the OCaml programming language.Martin Wilke2007-03-065-0/+90
It is 90% compatible to ocamlyacc (included with the OCaml distribution), and it has some advantages over ocamlyacc, such as limited EBNF support, LR(1) generation instead of LALR(1), better conflict explanation and production of reentrant parsers (amongst others). WWW: http://cristal.inria.fr/~fpottier/menhir PR: ports/109910 Submitted by: Jaap Boender <jaapb at kerguelen.org> Notes: svn path=/head/; revision=186707