Module parse

Source
Expand description

g-code parser written with peg

Modules§

ast
compact
Parsing for compact g-code representations
token

Functions§

file_parser
Parse a g-code file
into_diagnostic
Convenience function for converting a parsing error into a codespan_reporting::diagnostic::Diagnostic for displaying to a user.
snippet_parser
The snippet parser is identical to the file_parser, but it does not allow a leading and trailing percent symbol

Type Aliases§

Diagnostic
ParseError