I want to write a SQL formatting application based on the SyntaxEditor control, but SQL syntax parsing is difficult for me. By looking at the online documentation, I found that I can integrate the free ANTLR syntax parser, but I can't find any examples now, and I can't find the AntlrParser described in the document (https://www.actiprosoftware.com/docs/controls/wpf/api/actiprosoftware.text.parsing.implementation.antlrparser?v=23.1). Can you help me successfully integrate the ANTLR tool?