Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37715041
en ru br
ALT Linux repos
5.0: 1.2-alt1_1jpp5

Group :: Development/Java
RPM: jparsec

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2-alt1_1jpp5
Build date: 3 march 2009, 21:34 ( 791.3 weeks ago )
Size: 809.86 Kb

Home page:   http://jparsec.codehaus.org/

License: BSD
Summary: Java Haskell Parsec parser combinator.
Description:

Jparsec is a recursive-desent parser combinator framework
written for Java. It constructs parsers in native Java
language only.
Jparsec stands out for its combinator nature. It is no
parser generator like YACC or ANTLR. No extra grammar file
is required. Grammar is written in native Java /C#
language, which also means you can utilize all the utilities
in the Java/.Net community to get your parser fancy.
Jparsec is an implementation of Haskell Parsec on the Java
platform.  Feature highlights:
* operator precendence grammar.
* accurate error location and customizable error message.
* rich set of pre-defined reusable combinator functions.
* declarative API that resembles BNF.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • jparsec
  • jparsec-javadoc
  • jparsec-manual
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin