MCPcopy Create free account
hub / github.com/PerroEngine/Perro / parse_panimtree

Function parse_panimtree

perro_source/core/perro_animation/src/anim_tree.rs:70–72  ·  view source on GitHub ↗
(src: &str)

Source from the content-addressed store, hash-verified

68}
69
70pub fn parse_panimtree(src: &str) -> Result<AnimationTreeAsset, String> {
71 AnimationTreeParser::new(src).parse()
72}
73
74struct AnimationTreeParser<'a> {
75 lexer: Lexer<'a>,

Calls 1

parseMethod · 0.45

Tested by 1

parse_nested_blocksFunction · 0.68