Kern 1.1.0

A Parser Combinators Library.

Installation

To install, add the following dependency to your project or build file:

[org.blancas/kern "1.1.0"]

Namespaces

blancas.kern.core

The core Kern library.

blancas.kern.expr

Support for the evaluation of expressions.

blancas.kern.i18n

Support for a simple i18n scheme.

Public variables and functions:

blancas.kern.lexer

The Kern Lexer library.

blancas.kern.lexer.basic

The Kern Basic Lexer library.

blancas.kern.lexer.c-style

The Kern C-style Lexer library.

blancas.kern.lexer.haskell-style

The Kern Haskell-style Lexer library.

blancas.kern.lexer.java-style

The Kern Java-style Lexer library.

blancas.kern.lexer.shell-style

The Kern Shell-style Lexer library.