0.2.1 • Published 5 years ago

zion-parser v0.2.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

zion-parser travis npm Coverage Status

A typescript parser implementation for COBOL

Note: This is currently just for trying out JS/TS myself and playing around with CI etc (therefore public) & shouldn't be used anywhere productive

Anyways if you want to try it:

$ npm install --save zion-parser
const zionParser = require('zion-parser');

console.log(zionParser.parse('        IDENTIFICATION DIVISION.', { fromPath: false }));

Development (Notes)

$ npm install - Install dependencies
$ npm build - Compiles Typescrip
$ npm test - Run unit tests
$ npm run mocktest - Run mock tests
$ npm run masstest - Run mass tests (currently not implemented)
$ npm version [major|minor|patch] - Increase npm version (including linting, etc.)
$ npm publish - Publishes new version to npm (including linting, testing, etc.)
$ npm lint - Linter
$ npm format - Formater
$ npm clean - clean project (prior npm install state)
0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago