by::tokenScanable Class Referenceabstract

Interface for token scanning functionality. More...

#include <tokenScanable.hpp>

Inheritance diagram for by::tokenScanable:
by::parser by::tokenScan by::indentScan by::normalScan

Public Member Functions

nint onScan (parser &ps, YYSTYPE *val, YYLTYPE *loc, yyscan_t scanner)
 
virtual nint onScan (parser &ps, YYSTYPE *yylval, YYLTYPE *loc, yyscan_t yyscanner, nbool &isBypass)=0
 

Detailed Description

Interface for token scanning functionality.

Defines the contract for token scanning implementations. Provides hooks for custom token processing during parsing.


The documentation for this class was generated from the following file: