Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 755 Bytes

README.org

File metadata and controls

42 lines (25 loc) · 755 Bytes

Begin

CSVParser On C

Header Only CSV parser on C, inspired by stb libraries

Build

make first && ./first

Use

just include src/lib/csv_parser.h on your c/c++ code, then

#define CSVPARSERC_IMPLEMENTATION

then define the followed, after the flag

#include "csv_parser.h"

resources / references

build system

nobuild.h

Arenas / Memory safety

arena.h

bm (source of arenas)

bm

License

MIT