fastparse

v1.1.2
A very simple and stupid parser, based on a statemachine and regular expressions.
parser regexp

pretest

npm run lint

test

mocha

travis

npm run cover -- --report lcovonly

lint

eslint lib

precover

npm run lint

cover

istanbul cover node_modules/mocha/bin/_mocha

publish-patch

mocha && npm version patch && git push && git push --tags && npm publish
npm i fastparse

Metadata

  • MIT
  • Whatever
  • Tobias Koppers @sokra
  • released 10/30/2018

Downloads

Maintainers