Does anyone have a EBNF definition for parsing SQL-92 or SQL-99 or SQL-2003 syntax?
hi Georgi,
I think I must be missing something... can't find the namespace and if i browse the sample explorer under frameworks / Infragistics Syntax Parser Framework is nothing.
Hello Cvdk,
cvdk said: Is this framework now available or not?
Is this framework now available or not?
if you are talking about "Infragistics Syntax Parsing Framework CTP", then it is available in version 11.2.
cvdk said: how does it work? I can't find any information on it?
how does it work? I can't find any information on it?
Please take a look at the links from our online documentation:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Infragistics2.SyntaxParsing.v11.2~Infragistics.SyntaxParsing.Grammar.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Infragistics2.SyntaxParsing.v11.2~Infragistics.SyntaxParsing_namespace.html
Also you could find two sample in our sample browser that you received with instalation of our products
- SQL Parsing and Coloring
- Infragistics Sytnax parsing code editor
Let me know if you have any questions.
Regards
Is this framework now available or not? how does it work? I can't find any information on it?
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 :
Let me know if you have any quesitons