Skip to content

JavaScript port of Dialekt, a simple boolean expression parser.

Notifications You must be signed in to change notification settings

IcecaveStudios/dialekt-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dialekt for JavaScript

Build Status Test Coverage SemVer

Dialekt is a very simple language for representing boolean expressions of the form often used by search engines.

This is a JavaScript port of the original PHP package.

To use

  • npm install dialekt-js --save or
  • git clone
  • npm install
  • npm run build (generates js)
  • npm link or use files in lib/
  • npm link dialekt-js (in from dependant project)

Contribute

  • fork then clone
  • npm install
  • modify .coffee
  • mocha (for coverage: mocha --reporter html-cov > coverage.html)
  • npm run build (generates js)

Generate Docs

  • clone
  • npm install
  • grunt codo (generates docs/)
  • grunt gh-pages (commits new docs to gh-pages branch pushes them to upstream)

About

JavaScript port of Dialekt, a simple boolean expression parser.

Resources

Stars

Watchers

Forks

Packages

No packages published