Last Version

jparsec 2.0.1

What is jparsec? Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only. Why yet another parser framework? 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. What does "jparsec" stand for? 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. [email protected] [email protected]

License

License

GroupId

GroupId

jparsec
ArtifactId

ArtifactId

jparsec
Version

Version

2.0.1
Type

Type

jar
Description

Description

jparsec
What is jparsec? Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only. Why yet another parser framework? 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. What does "jparsec" stand for? 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. [email protected] [email protected]
Project Organization

Project Organization

codehaus.org

Download jparsec 2.0.1


<!-- https://jarcasting.com/artifacts/jparsec/jparsec/ -->
<dependency>
    <groupId>jparsec</groupId>
    <artifactId>jparsec</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/jparsec/jparsec/
implementation 'jparsec:jparsec:2.0.1'
// https://jarcasting.com/artifacts/jparsec/jparsec/
implementation ("jparsec:jparsec:2.0.1")
'jparsec:jparsec:jar:2.0.1'
<dependency org="jparsec" name="jparsec" rev="2.0.1">
  <artifact name="jparsec" type="jar" />
</dependency>
@Grapes(
@Grab(group='jparsec', module='jparsec', version='2.0.1')
)
libraryDependencies += "jparsec" % "jparsec" % "2.0.1"
[jparsec "2.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
cglib : cglib jar 2.1_3
easymock : easymock jar 2.0
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.