Source code position tracking structure. More...
#include <point.hpp>
Public Member Functions | |
| point & | operator++ () |
| nbool | isOrigin () const |
| void | rel () |
Public Attributes | |
| ncnt | row |
| ncnt | col |
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.