Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
EBNF for SQL
posted

Does anyone have a EBNF definition for parsing SQL-92 or SQL-99 or SQL-2003 syntax?

Parents
No Data
Reply
  • 53790
    posted

    Hello Dsuter,

    In our new version we have Infragistics Syntax Parsing Framework CTP that allow real-time parsing of editor content based on grammar rules created through Extended Backus–Naur Form (EBNF) notation. We implement ISO 14977 ( more information you could find at http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=26153 )

    Also you could take a look in our sample browser where we using EBNF :

    - SQL Parsing and Coloring

    - Infragistics Sytnax parsing code editor

    Let me know if you have any quesitons

    Regards

Children