# Jison Modules [![Build Status](https://travis-ci.org/dfreeman/jison-modules.svg?branch=master)](https://travis-ci.org/dfreeman/jison-modules) [![Coverage Status](https://coveralls.io/repos/github/dfreeman/jison-modules/badge.svg?branch=master)](https://coveralls.io/github/dfreeman/jison-modules?branch=master)

## Introduction

This tool is a Jison preprocessor for composing a single grammar from modularized grammar/lexicon subcomponents.

## Declarations
### `%import` and `%export`
- grammar rules
- lexical tokens
- lexical macros
- lexical conditions?
### `%priority`
### `%precedence`

## API
### `load(entryPath, loader, options)`
#### `preprocess`
### The `Loader` interface
### Metadata

## Building

 * `npm run build`
