문제

SQL sample just generates token tree

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top