Skip to content

osvegn/libparser

Repository files navigation

libparser

Simple libc parser to parse arguments. Use it in your project to easy parse and use arguments.

Platform

Linux: Build and tested Windows: Build only Macos: Build only

Tests

A summary of tests is provided here.

How to build

Build lib

cmake -B build

Build

cmake --build build

Run tests

cmake -B build -DTESTING=ON
cmake --build build

Contribute

No specification, ask for feature by creating issue or creating pull requests with changes.

Contact

osvegn