Pavel 'Pasha' Mazurin
Pavel 'Pasha' Mazurin
According to [the documentation](https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html#): > Keywords other than inout, var, and let can be used as parameter names in a function declaration or function call without being escaped with backticks....
Annotation parser used to fail on constructions like ``` @available(*, unavailable, message: "Unavailable, use baz()") ``` This PR changes the implementation to match swift grammar.
Hi, That's me again :). I added proper status bar rotation support, it could be turned on with changing `STATUS_BAR_SUPPORT` from `0` to `1`. Looks much nicer and it should...