Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

This library assists in performing advanced parsing tasks and helps programmers write robust parsers and lexers for other lingustic constructs.

Notifications You must be signed in to change notification settings

BlackRookSoftware/CommonLang

Repository files navigation

Black Rook Common Lang

Copyright (c) 2009-2019 Black Rook Software. All rights reserved.
http://blackrooksoftware.com/projects.htm?name=commonlang
https://github.com/BlackRookSoftware/CommonLang

Required Libraries

Black Rook Commons 2.32.0+
https://github.com/BlackRookSoftware/Common

Introduction

This library assists in performing advanced parsing tasks and helps programmers write robust parsers and lexers for other lingustic constructs.

Library

Contained in this release is a series of classes that should be used for parsing and lexical analysis. The javadocs contain basic outlines of each package's contents.

NOTE: There was never a version 1.0 of this project - this used to be a part of Commons 1.0, and is called 2.0 just for the sake of consistency.

Compiling with Ant

To download the dependencies for this project (if you didn't set that up yourself already), type:

ant dependencies

A build.properties file will be created/appended to with the dev.base property set.

To compile this library with Apache Ant, type:

ant compile

To make a JAR of this library, type:

ant jar

And it will be placed in the build/jar directory.

Other

This program and the accompanying materials are made available under the terms of the GNU Lesser Public License v2.1 which accompanies this distribution, and is available at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html

A copy of the LGPL should have been included in this release (LICENSE.txt). If it was not, please contact us for a copy, or to notify us of a distribution that has not included it.

About

This library assists in performing advanced parsing tasks and helps programmers write robust parsers and lexers for other lingustic constructs.

Resources

Stars

Watchers

Forks

Packages

No packages published