Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2007 12:30:38 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/bnfc Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200702111230.l1BCUcQg057602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2007-02-11 12:30:38 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/bnfc           Makefile distinfo pkg-descr pkg-plist 
  Log:
  The BNF Converter is a compiler construction tool generating a
  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>
  
  Revision  Changes    Path
  1.2633    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/bnfc/Makefile (new)
  1.1       +3 -0      ports/devel/bnfc/distinfo (new)
  1.1       +15 -0     ports/devel/bnfc/pkg-descr (new)
  1.1       +27 -0     ports/devel/bnfc/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702111230.l1BCUcQg057602>