Skip to main content

Module parser

Module parser 

Source
Expand description

Verb table: turns tokenized input (Task 3’s crate::lexer) into a typed Command (Task 1). One arm per verb in the coverage table.

Enums§

ParseError
Why a line could not be parsed into a Command.

Functions§

parse
Parses one line of fslite-command grammar into a Command.