cfc
cfc copied to clipboard
A ColdFusion compiler designed primarily to support editor tooling - in particular, it drives a VsCode language server plugin offering syntax and some semantic checking of ColdFusion code.
In the following code, the "return" statement is flagged as an error: `A return statement must be contained inside a function body. cfls` Maybe the syntax checker should ignore the...
 abstract method declarations with a type specified cause no final return and missing { errors