BNF Parser

BNFParser is a Backus-Naur Form Framework (https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form) for Java The BNFParser Framework offers 3 basic services of general interest to developers: 1. String Tokenization via the BNFTokenizerFactory and BNFToken classes 2. Property Key/Value mapper via PropertyParser 3. Text Parsing/Validation via Grammars

License

License

GroupId

GroupId

ca.gobits.bnf
ArtifactId

ArtifactId

bnfparser
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

BNF Parser
BNFParser is a Backus-Naur Form Framework (https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form) for Java The BNFParser Framework offers 3 basic services of general interest to developers: 1. String Tokenization via the BNFTokenizerFactory and BNFToken classes 2. Property Key/Value mapper via PropertyParser 3. Text Parsing/Validation via Grammars
Project URL

Project URL

https://github.com/mfriesen/BNFParserJava

Download bnfparser

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0