-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logos Improvements #5
Comments
I have no idea what I was doing with this (%log => static function? what?), and that makes me sad. Repurposing as logos improvement bug. |
What is the use case of Also, just figure I'll put it here, find cool |
Replace |
|
For the ivar syntax, would it be possible to simply declare them after a
Are there any limitations that prevent Logos from doing this, keeping all the leg work behind the scenes (like everything else it does ;P)? |
Main issue there is that I don't actually parse source. Syntel has a type parser, and it's possible at the very least to get into subclass blocks for ivars (ooh: treat them like syntelstructs! good idea!), but that would ideally be coupled with direct reference to ivar names. And that is dark magic indeed. |
Looked into |
From #48.
|
From #10. The |
It should be possible to pass arbitrary expressions into a logos macro and have it dedupe and cache them. Proposed syntax: Potential extensions: |
Someone implemented %property in a pull request - #94 |
The text was updated successfully, but these errors were encountered: