LibWeb: Add start of HTML Tokenizer in Swift

Currently it's just a Token class.
This commit is contained in:
Andrew Kaster 2024-08-17 20:16:16 -06:00 committed by Andrew Kaster
commit fb074f9d0c
Notes: github-actions[bot] 2024-08-24 01:18:22 +00:00
5 changed files with 169 additions and 1 deletions

View file

@ -44,4 +44,4 @@ struct TestLibWebSwiftBindings {
print("All tests pass", to: &standardError)
}
}
}