aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-BNFC
Commit message (Collapse)AuthorAgeFilesLines
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-2/+2
| | | | Notes: svn path=/head/; revision=214100
* - Fix buildMartin Wilke2008-02-191-2/+3
| | | | | | | Submitted by: pointyhat via erwin Notes: svn path=/head/; revision=207611
* - Update to 2.3.3Martin Wilke2008-02-153-13/+110
| | | | | | | | PR: 120465 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer) Notes: svn path=/head/; revision=207270
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix the permission of bin/bnfc, binary executable should use INSTALL_PROGRAMMartin Wilke2007-03-272-30/+30
| | | | | | | | | | | | - NOPORTDOCS shoule not apply to things in EXAMPLESDIR - We can use bsd.port.mk in this port PR: 110852 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer Notes: svn path=/head/; revision=188457
* The BNF Converter is a compiler construction tool generating aMartin Wilke2007-02-114-0/+82
compiler front-end from a Labelled BNF grammar. It was originally written to generate Haskell, but starting from Version 2.0, it can also be used for generating Java, C++, and C. Given a Labelled BNF grammar the tool produces: * an abstract syntax as a Haskell/C++/C module or Java directory * a case skeleton for the abstract syntax in the same language * an Alex, JLex, or Flex lexer generator file * a Happy, CUP, or Bison parser generator file * a pretty-printer as a Haskell/Java/C++/C module * a Latex file containing a readable specification of the language WWW: http://www.cs.chalmers.se/~markus/BNFC/ PR: ports/109038 Submitted by: Kai Wang <kaiw27 at gmail.com> Notes: svn path=/head/; revision=184874