cfmlparser
cfmlparser copied to clipboard
A CFML Parser written in CFML
/* toScript ERROR: Unable to convert tag: cfprocresult to CFML Script */ cfprocresult( name="buildingList");
The transformation to cfscript commented some legacy code in. All CF-Versions treat the following code as a comment, the cfmlparser does not. [Gist](https://trycf.com/gist/66bab72dfe8b471baab180f6f1f09013/acf11) ``` ---> ``` ``` /* comment block...
It looks like the script parser does not currently look explicitly for `while` and `for` keywords, and the result seems to be that it doesn't handle script with those keywords...