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

The callback functions called by the parser. These are the functions that find and report the syntax errors. More...

#include "./api.h"
#include "./apip.h"
#include "../library/parserp.h"
#include "./syntax.h"
#include "sabnf-grammar.h"
Include dependency graph for syntax-callbacks.c:

Go to the source code of this file.

Functions

void vSabnfGrammarRuleCallbacks (void *vpParserCtx)
 Set the parser's rule callback functions for the syntax phase. More...
 

Detailed Description

The callback functions called by the parser. These are the functions that find and report the syntax errors.

Definition in file syntax-callbacks.c.

Function Documentation

◆ vSabnfGrammarRuleCallbacks()

void vSabnfGrammarRuleCallbacks ( void *  vpParserCtx)

Set the parser's rule callback functions for the syntax phase.

Parameters
vpParserCtxPointer to the parser's context.

Definition at line 329 of file syntax-callbacks.c.

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