APG
… an ABNF Parser Generator
|
The operator function for handling back references. More...
#include "./apg.h"
#include "./lib.h"
#include "./parserp.h"
#include "./astp.h"
#include "./tracep.h"
#include "./statsp.h"
#include "./operators.h"
#include "./backref.h"
#include "./backrefu.h"
#include "./backrefp.h"
Go to the source code of this file.
Functions | |
void | vBkr (parser *spCtx, const opcode *spOp) |
The operator function for handling back references.
This function is for internal, parser use only, never to be called directly by the application.
Definition in file operators-bkr.c.
void vBkr | ( | parser * | spCtx, |
const opcode * | spOp | ||
) |
Definition at line 51 of file operators-bkr.c.