I am new to SyntaxEditor API and I am trying to use this API to get semantic parse information from a code file.
Is there a way to parse code file to the syntax editor and perform semantic parse to generate AST from it.
any code sample will be greatly appreciated.