1/// Module that stores types and methods for lexical analysis. 2pub mod lexical; 3// Module that stores types and methods for parsing. 4//pub mod parsing;