gcc-output-parser

0.1.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i gcc-output-parser

    Weekly Downloads

    2

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    44.3 kB

    Total Files

    21

    Last publish

    Collaborators

    • suda
    • monkbroc
    • particlebot