[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#336978: marked as done (ITP: frown -- a parser generator for Haskell 98)



Your message dated Fri, 27 Oct 2006 11:12:13 -0700
with message-id <E1GdWBh-0000Dr-BF@spohr.debian.org>
and subject line Bug#336978: fixed in frown 0.6.1-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Arjan Oosting <arjanoosting@home.nl>


* Package name    : frown
  Version         : 0.6
  Upstream Author : Ralf Hinze <ralf@informatik.uni-bonn.de>
* URL             : http://www.informatik.uni-bonn.de/~ralf/frown/index.html
* License         : GPL version 2
  Description     : parser generator for Haskell 98

 Frown is an LALR(k) parser generator for Haskell 98 written in
 Haskell 98. 
 .
 Its salient features are:
  - The generated parsers are time and space efficient. On the
    downside, the parsers are quite large.
  - Frown generates four different types of parsers. As a common
    characteristic, the parsers are genuinely functional 
    (ie `table-free'); the states of the underlying LR automaton are
    encoded as mutually recursive functions. Three output formats use
    a typed stack representation, one format due to Ross Paterson
    (code=stackless) works even without a stack.
  - Encoding states as functions means that each state can be treated
    individually as opposed to a table driven-approach, which
    necessitates a uniform treatment of states. For instance,
    look-ahead is only used when necessary to resolve conflicts.
  - Frown comes with debugging and tracing facilities; the standard
    output format due to Doaitse Swierstra (code=standard) may be
    useful for teaching LR parsing.
  - Common grammatical patterns such as repetition of symbols can be
    captured using rule schemata. There are several predefined rule
    schemata.
  - Terminal symbols are arbitrary variable-free Haskell patterns or
    guards. Both terminal and nonterminal symbols may have an
    arbitrary number of synthesized attributes.
  - Frown comes with extensive documentation; several example grammars are included.
 .
 Furthermore, Frown supports the use of monadic lexers, monadic
 semantic actions, precedences and associativity, the generation of
 backtracking parsers, multiple start symbols, error reporting and a
 weak form of error correction.

A preliminary version of this package will soon be available on 
http://moonshine.dnsalias.org/debian/unstable

Greetings,

	Arjan


--- End Message ---
--- Begin Message ---
Source: frown
Source-Version: 0.6.1-4

We believe that the bug you reported is fixed in the latest version of
frown, which is due to be installed in the Debian FTP archive:

frown_0.6.1-4.diff.gz
  to pool/main/f/frown/frown_0.6.1-4.diff.gz
frown_0.6.1-4.dsc
  to pool/main/f/frown/frown_0.6.1-4.dsc
frown_0.6.1-4_i386.deb
  to pool/main/f/frown/frown_0.6.1-4_i386.deb
frown_0.6.1.orig.tar.gz
  to pool/main/f/frown/frown_0.6.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 336978@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arjan Oosting <arjan@debian.org> (supplier of updated frown package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 17 Oct 2006 04:01:36 +0200
Source: frown
Binary: frown
Architecture: source i386
Version: 0.6.1-4
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting <arjan@debian.org>
Changed-By: Arjan Oosting <arjan@debian.org>
Description: 
 frown      - LALR(k) parser generator for Haskell 98
Closes: 336978
Changes: 
 frown (0.6.1-4) unstable; urgency=low
 .
   * First upload to Debian archive. (Closes:  #336978).
   * debian/control.in.in:
     - change maintainer email address.
     - rename XS-X-Vcs-Svn field to XS-Vcs-Svn
Files: 
 bcbebc94dbcbe62058369f42d1ee2bdb 824 devel optional frown_0.6.1-4.dsc
 b6fe9a8bf029c2a7c31b574be05816cf 1291807 devel optional frown_0.6.1.orig.tar.gz
 f72285f63aa63d68b8f5ba2eae9d2a20 6449 devel optional frown_0.6.1-4.diff.gz
 8ac563b4ebb10cfadbc137cb37c7b48e 1120316 devel optional frown_0.6.1-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFND8PUALvsZYuOJARAv6+AKDaFAXxzNBvvKZa+B7V07o8PGm5DQCeL4Ag
D5FCg00Jc8ROtzAaiRi05rw=
=UMKS
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: