Skip to content

chippolot/brogue-core-grammars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-grammars

Then 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.

About

Core grammar files for use with Lilt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published