/*!
## Rust Language Module
This Rust module provides lexical analysis and parsing of the BASIC language.
*/pubtypeColumn=std::ops::Range<usize>;pubtypeLineNumber=Option<u16>;pubtraitMaxValue<T> {fnmax_value()-> T;}implMaxValue<u16>forLineNumber{fnmax_value()->u16{65529}}moderror;modlex;modline;modparse;pubuseerror::Error;pubuseerror::ErrorCode;pubuselex::lex;pubuseline::Line;pubuseparse::parse;pubmodast;pubmodtoken;