Paralithic icon indicating copy to clipboard operation
Paralithic copied to clipboard

Expose `Node` to api consumers

Open solonovamax opened this issue 7 months ago • 0 comments

It would be nice if the expression function which returns a Node could be exposed to api consumers. My specific usecase is: I want to write a simply highlighting system for the expressions, and being able to recurse through the node tree would be quite useful for this.

Additionally, if the java version is upgraded, then perhaps the Node interface could be marked as sealed, as the different node types cannot be changed by api consumers.

solonovamax avatar Jul 11 '24 23:07 solonovamax