by::point Struct Reference

Source code position tracking structure. More...

#include <point.hpp>

Public Member Functions

pointoperator++ ()
 
nbool isOrigin () const
 
void rel ()
 

Public Attributes

ncnt row
 
ncnt col
 

Detailed Description

Source code position tracking structure.

Represents a position in source code with row and column information. Used for error reporting and source location tracking during parsing.


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