Hello,
I would like to upgrade SyntaxEditor in my application from 4.0 to 22.1, but structure of the new SyntaxEditor version is changed completely.
My application has two xml files, SqlLanguage.xml and SqlGrammar.xml.
The first file I imported by SE4 Importer in Language Designer.
From the second file I took ast nodes definitions and added them to the .langproj file generated above.
Also, my second file contains parser declarations, but now I cannot generate my parser, because RecursiveDescentSemanticParserGenerator is absent.
Is there a way to continue to use my SqlGrammar.xml file to generate a parser or a way to convert it to something new?
[Modified 2 years ago]