Updates and fixes

This commit is contained in:
2025-10-23 14:37:53 -04:00
parent 743fc51873
commit a00774ebfe
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()
}