Source code position tracking structure 더 자세히 ...
#include <point.hpp>
Public 멤버 함수 | |
| point & | operator++ () |
| nbool | isOrigin () const |
| void | rel () |
Public 속성 | |
| 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.