Question

SQL sample just generates token tree

But most samples on how to use irony all go 'parse' then 'traverse generated ast'

Was it helpful?

Solution

The AST is only generated if the LanguageFlags.CreateAst flag is set on the grammar.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top