Module ast

Source

Structs§

File
Representation of a sequence of g-code logically organized as a file. This may also be referred to as a program.
Line
A sequence of g-code that is either followed by a Newline or at the end of a file.
Snippet
A sequence of g-code that may be inserted into a file.
Span
A range of u8 in the raw text of the program. Useful for providing diagnostic information in higher-level tooling.

Traits§

Spanned