The parser. More...
#include <parser.h>
The parser.
The parser itself. It stores an array of read rules that define what and how it should read during the parse stage, and then stores parsed data within its' Data array that can be accessed later using bparser_get.