aboutsummaryrefslogtreecommitdiff
path: root/devel/menhir
Commit message (Collapse)AuthorAgeFilesLines
* Mark as jobs unsafeAntoine Brodin2013-09-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | gmake[2]: Entering directory `/wrkdirs/usr/ports/devel/menhir/work/menhir-20080912/src' Grammar has 30 nonterminal symbols, among which 1 start symbols. Grammar has 26 terminal symbols. Fatal error: exception Sys_error("parser.ml: No such file or directory") Grammar has 82 productions. Built an LR(0) automaton with 113 states. Built an LR(1) automaton with 113 states. 5 shift/reduce conflicts were silently solved. 30 out of 113 states are represented. 26 out of 59 symbols keep track of their start position. 21 out of 59 symbols keep track of their end position. 47 out of 113 states have a default reduction. 34 out of 83 productions exploit shiftreduce optimization. 15 out of 113 states can peek at an error. 13 out of 113 states can do error recovery. The generated parser cannot raise Error. 411 functions before inlining, 103 functions after inlining. gmake[2]: *** No rule to make target `parser.ml', needed by `parser.cmx'. Stop. Notes: svn path=/head/; revision=328748
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - 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