|
From: strk <st...@ke...> - 2006-11-25 20:19:37
|
Fixed it... the AS_V6 condition was set at *every* token,
so immediately reset after entering the 'asm' condition.
Will now only reset if in INITIAL start condition.
Need some add some tests to avoid breaking this in the future.
--strk;
On Sat, Nov 25, 2006 at 07:33:26PM +0100, strk wrote:
> On Sat, Nov 25, 2006 at 07:20:30PM +0100, strk wrote:
> > I see that Ming's ActionScript compiler contains some
> > support for 'ASM' syntax, but can't handle to use it.
> > Does anyone have experience with that ?
>
> The culprit seems to be a *force* into <AS_V6> mode, which
> seems to override any <asm> context somehow.
>
> Commenting out the line:
>
> if(SWF_versionNum >= 6) BEGIN(AS_V6);
>
> in swf5compiler.flex makes asm {} blocks work (but then no AS_V6
> syntax would be allowed - try/catch etc..)
>
> Hints ?
>
> --strk;
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Ming-devr mailing list
> Min...@li...
> https://lists.sourceforge.net/lists/listinfo/ming-devr
--
/"\ ASCII Ribbon Campaign
\ / Respect for low technology.
X Keep e-mail messages readable by any computer system.
/ \ Keep it ASCII.
|