NFC: Convert the ParseResult enum into a simple struct wrapper around...
NFC: Convert the ParseResult enum into a simple struct wrapper around LogicalResult. This allows for using the existing infrastructure for LogicalResult while retaining the ability to easily chain together parse rules. This will also simplify the transition of the parser to use the new diagnostics infrastructure. -- PiperOrigin-RevId: 246955372
Loading
Please sign in to comment