VRL AST for program reflection and visualization #6152
Labels
domain: vrl
Anything related to the Vector Remap Language
needs: approval
Needs review & approval before work can begin.
needs: requirements
Needs a a list of requirements before work can be begin
type: feature
A value-adding code addition that introduce new functionality.
vrl: parser
Changes to VRL's syntax parser.
This is something I wanted to put on the map so that we can factor it in as we continue to mature VRL. Especially with #6139 on the horizon.
It is very likely that we'll need a way to visualize a VRL program and build it with a GUI while still letting power users write VRL programs directly (think editor settings where you can switch between a GUI and the "source" JSON). In order to achieve this, I assume we'll need the ability to build an AST from a VRL script.
The text was updated successfully, but these errors were encountered: