https://github.com/osvegn/libparser
Library to parse argument into options
https://github.com/osvegn/libparser
argument-parser argument-parsing arguments c library parser parser-library parsing
Last synced: 9 days ago
JSON representation
Library to parse argument into options
- Host: GitHub
- URL: https://github.com/osvegn/libparser
- Owner: osvegn
- Created: 2023-07-17T11:40:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T21:04:03.000Z (over 1 year ago)
- Last Synced: 2025-03-12T02:37:29.853Z (over 1 year ago)
- Topics: argument-parser, argument-parsing, arguments, c, library, parser, parser-library, parsing
- Language: C
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# 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](https://github.com/osvegn/libparser/blob/main/tests/coverage_report.txt).
## How to build
### Build lib
```bash
cmake -B build
```
### Build
```bash
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](thomas.prudhomme@epitech.eu)