[][src]Module sway_conf::primitives

Units that make up a sway config, lacking semantics.

Structs

Atom

The smallest unit of information that makes up a command.

Line

Line describes a single unit of configuration.

SpanOffset

Describes a location in a source file starting from an offset.

Token

Token describes the type and location of some character that has meaning when parsing.

Enums

AtomContent

Functions

atom

Parses an atom.

close_brace
line
open_brace
unary_comment

Type Definitions

Span

Describes a section of text at a known location in a source file.