You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's easy but you have to do it yourself.
Clone Swimat project and open the SwiftParser.m file
in checkOperator function, add following codes in '?' section:
if ([selfisNextString:@"??="]) {
[selfspaceWith:@"??="];
}
And build project, reopen Xcode.
If you encounter any problem, please let me know.
Thank you.
I have declared an operator as follows:
But after using Swimat I am getting:
Which result in a compiler error due to the spaces added. Any workarounds?
Thank you very much!
The text was updated successfully, but these errors were encountered: