Source code area tracking structure. More...
#include <point.hpp>
Public Member Functions | |
| area & | operator++ () |
| void | rel () |
Public Attributes | |
| point | start |
| point | end |
Source code area tracking structure.
Represents a range in source code from start point to end point. Used for tracking spans of tokens or expressions in the source.