
Hi,
Does the SyntaxEditor have a built in c++\c parser ?
I want to parse an H File and get the ParseData.
If there is such a parser - can you send an example ?
Thanks
sharon
Hi,
Does the SyntaxEditor have a built in c++\c parser ?
I want to parse an H File and get the ParseData.
If there is such a parser - can you send an example ?
Thanks
sharon
Hello Sharon,
While we do ship a lexer (syntax highlighting) for that language, we don't have a predefined parser that builds an AST or does syntax error reporting. Since everything in SyntaxEditor is fully customizable, you can always extend our language to add those kinds of features if you have your own or third-party parser that would help in that regard.
Please log in to a validated account to post comments.