Re: Bison/Yacc with Objective-C ?
Re: Bison/Yacc with Objective-C ?
- Subject: Re: Bison/Yacc with Objective-C ?
- From: Thomas Wetmore <email@hidden>
- Date: Tue, 09 Mar 2010 21:53:05 -0500
Bloomin' magic! Thanks, Filip, it worketh well. Hardy souls all.
Tom W.
On Mar 9, 2010, at 6:43 PM, F van der Meeren wrote:
> You can just use your objc magic inside the curly braces... All you have to do is rename your file to *.ym instead of *.y
> Then all your files will be named *.m
>
> To call upon yacc with objc code is currently a no go. Therefor you still need to call the basic yyparse methods, or add a special directive for the bison compiler to generate push/pull methods. Those can be created and deallocated at will and will run next to each other without any problems.
>
> Filip
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden