Skip to content

Commit 7904929

Browse files
committed
update ast with information about upcoming improvements
1 parent 1e035af commit 7904929

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This function may fail on files which aren't under a mapping.

docs/recipes/ast.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Lucee includes support for generating Abstract Syntax Trees (AST) from CFML code
2727

2828
AST functionality enables advanced code analysis, IDE tooling, static analysis, code transformation, and automated documentation generation. The AST uses neutral, language-agnostic node types following [ESTree](https://github.com/estree/estree) conventions, making it compatible with existing tooling ecosystems.
2929

30+
## Implementation Status
31+
32+
Introduced with 7.0, Lucee 7.1 will include some major improvements, addressing some shortcomings.
33+
34+
See the [Add AST (Abstract Syntax Tree) Generation](https://luceeserver.atlassian.net/browse/LDEV-5715) epic for details, currently a work in progress.
35+
3036
## Use Cases
3137

3238
AST generation in Lucee supports various development and analysis scenarios:

0 commit comments

Comments
 (0)