chore: keyword 'div' instead of 'divide'.
rename 'ScannerTest' to 'ScannerTests'.
This commit is contained in:
@@ -40,6 +40,4 @@ public interface IParseResult<TToken, out T>
|
||||
/// <returns>最后的解析结果</returns>
|
||||
public TResult CaseOf<TResult>(Func<ISuccessfulResult<TToken, T>, TResult> successfulHandler,
|
||||
Func<IFailedResult<TToken, T>, TResult> failedHandler);
|
||||
|
||||
public string ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user