A position in a piece of multi-line text. More...
Go to the source code of this file.
Classes | |
class | CodePosition |
A position in a piece of multi-line text. More... | |
class | CodeSpan |
Information on the span of some source code text. More... | |
Namespaces | |
Balau::Lang | |
Parsing tools and parser implementations. | |
Functions | |
template<typename AllocatorT > | |
Balau::U8String< AllocatorT > | toString (const CodeSpan &codeSpan) |
Print the supplied code span as a UTF-8 string. More... | |
A position in a piece of multi-line text.