Span struct

Defined in module ast (ast.l0).

Represents the Span structure.

Fields

start_line: int
start_column: int
end_line: int
end_column: int