0.1.0 • Published 2 years ago

gcc-output-parser v0.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
2 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

2 years ago

0.0.5

3 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

9 years ago

0.0.1

9 years ago