1.0.3 • Published 8 years ago

yaip v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Yes, another ini parser!

An ANTLR parser for ini files

Build Status

Instalation

npm install yaip --save

Usage

var yaip = require('yaip');
yaip.parse(myInput);
var json_ini = yaip.toJson();

To more see the examples.

Test

npm test

//OR

npm run coverage

Build Parser

This parser is based in ANTLR, so it has his own Grammar. If you want to change the grammar, you need to build again the parser files. To do this just run this:

npm run build:test

This will re-build the parser and run test to check.

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

0.0.0

8 years ago

1.0.0

8 years ago