0.0.7 • Published 5 years ago

zion-lexer v0.0.7

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

zion-lexer travis npm Coverage Status

A typescript Lexer 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-lexer
const zionLexer = require('zion-lexer');

console.log(zionLexer.lex('        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.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago