Day 28 complete!

This commit is contained in:
2023-10-01 20:17:14 -04:00
parent faa0bacc07
commit e1623995a7
27 changed files with 985 additions and 2538 deletions

View File

@ -18050,6 +18050,8 @@ namespace Parser
);
return { { nullptr }, 0 };
}
move_forward();
content.Length++;
while ( left && current != '"' && current != '>' )
{