mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-13 16:16:14 +00:00
...using a ParseErrorOr type alias. This lets us replace a bunch of manual error-checking with TRY. :^) I also replaced the ParsingResult::Done value with returning an Optional. I wasn't happy with treating "Done" as an error when I first wrote this, and this makes a clear distinction between the two.