hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Allow variables that match names of modifiers where these modifiers aren't allowed #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
{{{
int byref; // does not parse because of byref objective-c modifier not being 
ruled out here
}}}

Need to define scope variables in parser to enable/disable whole families of 
modifiers.

Original issue reported on code.google.com by olivier.chafik@gmail.com on 22 Jun 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Issue #35 is caused by this parser limitation.
Wish there were higher priority than Priority-Critical :-)

Original comment by olivier.chafik@gmail.com on 1 Oct 2009 at 12:32

GoogleCodeExporter commented 8 years ago
Partly fixed for issue #35 : byref, byval, in, out and bycopy can now be used 
in most
contexts (general case of issue #22 is still not fixed, though)

Original comment by olivier.chafik@gmail.com on 1 Oct 2009 at 11:39

GoogleCodeExporter commented 8 years ago
As reported in a comment of issue #35, "native" is also broken as a keyword 
(will be 
easy to exclude java modifiers).

Original comment by olivier.chafik@gmail.com on 2 Oct 2009 at 10:15

GoogleCodeExporter commented 8 years ago
Hi,
This issue moved to Github :
https://github.com/ochafik/nativelibs4java/issues/103

Thanks for not updating this page anymore and adding further comments on Github.
Cheers
--
zOlive

Original comment by olivier.chafik@gmail.com on 1 Sep 2011 at 7:21