Updates and fixes

This commit is contained in:
2025-10-25 00:04:37 -04:00
parent 743fc51873
commit 58a8419984
8 changed files with 174 additions and 13 deletions

View File

@@ -385,7 +385,7 @@ public class XMLParser
return String(cString: buffer)
}*/
init?(str:String) {
public init?(str:String) {
iterator = str.unicodeScalars.makeIterator()
position = Position()
}