0.1.0 • Published 5 years ago
brogue-core-grammars v0.1.0
Brogue Core Grammars
A core set of grammar files for use with Brogue. Translated from @dariusk's Corpora;
Usage
First insall Brogue and the core grammar set:
npm install --save brogue brogue-core-grammarsThen include the core grammars in your grammar file:
{
    _includes: [
        'path_to_node_modules_folder/brogue-core-grammars/grammars/core.grammar',
    ]
}Included Grammars
You are encouraged to explore the grammars folder to find all of the included grammars. 
The core.grammar file includes all of the grammars in this repo, so you may aslo choose to 
include them individually to reduce parsing time.