Open tplaymeow opened 6 months ago
The End parser that is used in parse functions (1, 2) can throw errors, but due to a bug in the swift compiler, it was possible to call the parse functions without the try keyword for non-throwing parsers that cannot throw errors.
End
parse
try
Issues:
The
End
parser that is used inparse
functions (1, 2) can throw errors, but due to a bug in the swift compiler, it was possible to call theparse
functions without thetry
keyword for non-throwing parsers that cannot throw errors.Issues: