as3-commons-asblocks icon indicating copy to clipboard operation
as3-commons-asblocks copied to clipboard

i get all the libs needed,but the parser only make a ast with out class code block

Open onewaymyway opened this issue 10 years ago • 3 comments

it's ok now,eventhough i don't know why,this project is amazing!thank you for your great work!!!

onewaymyway avatar Aug 27 '15 01:08 onewaymyway

i find another bug. it can't work with the for expression like this var i:int; var len:int; len=2; for(i=0 ; i<len ; i++ ) { trace("forTrace:"+1); }

but work with this var i:int; var len:int; len=2; for(i=0 ;( i<len) ; i++ ) { trace("forTrace:"+1); }

will you fix this?or wil you tell me where shall i hack so i can fix this

onewaymyway avatar Aug 27 '15 01:08 onewaymyway

it works well with this too. i was confused var i:int; var len:int; len=2; for(i=0 ; i<=len ; i++ ) { trace("forTrace:"+1); }

onewaymyway avatar Aug 27 '15 01:08 onewaymyway

Yeah I don't really offer support on this, I kept the frameworks up more for old portfolio stuff. :)

teotigraphix avatar Aug 27 '15 21:08 teotigraphix