Module token

Source

Structs§

Checksum
Comment
A semicolon ; followed by ASCII characters and terminated by a Newline or the end of the file.
Field
ASCII letter(s) followed by a Value
Flag
InlineComment
An opening parenthesis ( followed by ASCII characters and terminated by a closing parenthesis ). A Newline is not allowed in an inline comment.
LineComponent
An internal structure used to make writing the peg parser easier.
Newline
A \n or \r\n token that delimits instances of super::ast::Line in a super::ast::File.
Percent
A % token that wraps a g-code super::ast::File.
Whitespace
Any sequence of ASCII whitespace except for Newline.

Enums§

Value