Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Functions
operators-bkr.c File Reference

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"
Include dependency graph for operators-bkr.c:

Go to the source code of this file.

Functions

void vBkr (parser *spCtx, const opcode *spOp)
 

Detailed Description

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.

Function Documentation

◆ vBkr()

void vBkr ( parser *  spCtx,
const opcode *  spOp 
)

Definition at line 51 of file operators-bkr.c.

APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.