0.1.0 • Published 3 years ago

gcc-output-parser v0.1.0

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

gcc output parser library

Build Status

Library which helps annotate/highlight gcc output.

Installation | Usage | Releasing

Installation

$ npm install gcc-output-parser

Usage

var parser = require('gcc-output-parser');

console.log(parser.parseString(gccOutput));

example output:

[ { filename: 'HolidayButton.cpp',
    line: 4,
    column: 37,
    type: 'fatal error',
    text: 'ParticleButton/ParticleButton.h: No such file or directory',
    codeWhitespace: ' ',
    code: 'void onCheer(const char *topic, const char *data);',
    adjustedColumn: 36 } ]

Releasing

See the release process in the RELEASE.md file.

0.1.0

3 years ago

0.0.5

4 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

10 years ago

0.0.1

10 years ago