documentation

This commit is contained in:
2026-05-18 13:49:35 +01:00
parent 051bfe46e4
commit 5f294cceb2
6 changed files with 728 additions and 652 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ pub fn token_parse(
continue 'parse_loop
},
// Handle a character
Some(tokenise::Token::Character(character_name)) =>
Some(tokenise::Token::Character(character_name)) => // TODO add support for narrator
{
index = match character_parse::character_parse(index+1,tokens,character_name.to_string(),characters,data_to_send)
{