0.1.7 • Published 7 years ago

@pg-english/reserved v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

@pg-english/reserved

pg-english

Process reserved keywords in text, or tokens.

const reserved = require('@pg-english/reserved');
// reserved.process(<tokens>): process reserved keywords
// reserved(<text>)
// -> 'processed text'


reserved('show food with vitamin d is more than or equal to two mg');
// SELECT food WHERE vitamin d >= two mg
0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago