ArkScript
A small, lisp-inspired, functional scripting language
Position.hpp File Reference

Defines position utilities (for text in a file) for the parser, formatter, diagnostics. More...

#include <optional>
#include <Ark/Utils/Platform.hpp>
Include dependency graph for Position.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ark::internal::FilePos
 
struct  Ark::internal::FileSpan
 Describes a span for a node/atom in a file, its start position and end position. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Defines position utilities (for text in a file) for the parser, formatter, diagnostics.

Author
Lex Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Date
2025-08-18

Definition in file Position.hpp.