parser: Add JSON support with --json (#1812)

This commit is contained in:
Rob Loach 2021-06-06 04:21:56 -04:00 committed by GitHub
parent 246798a0ba
commit 32f3f53718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 155 additions and 25 deletions

View file

@ -9,6 +9,13 @@ All data is separated into parts, usually as strings. The following types are us
Check `raylib_parser.c` for details about those structs.
## Command Line Arguments
The parser can take a few options...
- `--help` Displays help information about the parser
- `--json` Outputs the header information in JSON format
## Constraints
This parser is specifically designed to work with raylib.h, so, it has some constraints: