>The translation is actually rather easy. It's just a bunch of RegEx for
>parsing and rules for understanding. The limitations of cfscript are perfect
>here as there are not many rules. The only thing would be the loops that are
>available in cfscript but do not exist in standard cf. Also, if someone is
>taking advantage of how cfscript handles loops (check per loop instance),
>they will probably have a problem with the normal from/to cfloop.
>

Seems like a few rules could be setup to handle for looks, just change to 
<cfloop from="1" to="#var#" index="i">.

>If you want it to be a cfeclipse feature then I'd need someone who is more
>knowledgeable in that area. It's easier as a cfbuilder extension though. I
>think that more specifications are needed.

I thought about that, but I'd prefer it to be part of eclipse or (worse) its 
own stand alone tool.  CFbuilder is great, but I want this parser to be 
available for free, without having to pay the entry fee for CFB.

>
>p.s. please don't flame here. Tech talk only. Flames on the cf-community
>list.
>Thanks

That was meant to be sarcastic :)  Obviously I don't want flames on my own 
topic! 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343615
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to