Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 324 Bytes

Pindakaas logo

Build Status

A Dutch language parser written in JavaScript.

To compile from source:

browserify index.js -s pindakaas -o bundle.js && uglifyjs -o bundle.min.js bundle.js