Skip to content

Turbo87/cup-parser

Repository files navigation

cup-parser

Build Status

CUP waypoint and task file parser

Install

npm install --save cup-parser

or using yarn:

yarn add cup-parser

Usage

const fs = require('fs');
const CUPParser = require('cup-parser');

let result = CUPParser.parse(fs.readFileSync('waypoints.cup', 'utf8'));

For more examples have a look at our test suite.

License

cup-parser is licensed under the MIT License.

About

CUP waypoint and task file parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •