Module g_code::parse::ast[][src]

Structs

File

Representation of a sequence of GCode logically organized as a file. This may also be referred to as a program.

Line

A sequence of GCode that is either followed by a Newline or at the end of a file.

Snippet

A sequence of GCode 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