Skip to content

grammarjs/comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grammarjs-comment

experimental

General comment plugin. Hopefully it's possible to abstract the comment stuff out of most languages most of the way.

Example

var Grammar = require('grammarjs-grammar');
var comment = require('grammarjs-comment');
var grammar = new Grammar('my-grammar');
grammar.use(comment());

About

Comment patterns to use in your grammar (wip).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published