Function moparse::lex

source ·
pub fn lex(input: &str) -> TokenCollection
Expand description

Return collection of Modelica tokens generated from the input.

  • input: reference to input string containing Modelica source code