pub fn parse_struct(
stream: &mut KTokenStream,
tracer: &dyn KParserTracer,
) -> Result<StructToken, KParserError>
Expand description
parsing a rust data structure inside a AST that will be easy to manipulate and use by a compiler
pub fn parse_struct(
stream: &mut KTokenStream,
tracer: &dyn KParserTracer,
) -> Result<StructToken, KParserError>
parsing a rust data structure inside a AST that will be easy to manipulate and use by a compiler