Skip to content

A module to help release the tagged dev version of PEG.js on NPM

Notifications You must be signed in to change notification settings

futagoza/pegjs-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci release dev license

PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.

about this repository

  1. This Node.js module help's release the tagged dev version of PEG.js on NPM.

  2. Each release is simply the current development version of PEG.js hosted at GitHub, which includes all git commits made since the last major release. You can tell how many commits have been made since the last release by looking at the number proceeding the dev tag in the version string: 0.11.0-dev.72 means 72 commits have been made since 0.10.0

  3. I usually update the tagged dev version whenever:

    • The PEG.js parser is regenerated
    • Parser generator (the compiler) is updated
    • A new feature is implemented

more information

PEG.js is currently maintained by Futago-za Ryuu. Since it's inception in 2010, PEG.js was maintained by David Majda (@dmajda), until May 2017.

The Bower package is maintained by Michel Krämer (@michelkraemer).

You can find more information (install, usage, etc) either on the Project website or at the GitHub repository.

About

A module to help release the tagged dev version of PEG.js on NPM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published