Hi,
It is possible to create a dynamic language and extend it to support a semantic parser generated with the parser generator?
My idea is to create an extended SQL language (with many advanced features: AST, ...) and if possible I want to start with the default SQL dynamic language and a custom semantic parser generated by me.
Another related question:
Do you have any plan to create a SQL language add-on (for SQL Server syntax)?
For you it is difficult to create my own implementation? (I'm new to syntax editor and if possible I will appreciate an approximate estimation)
Thanks very much
Davide
It is possible to create a dynamic language and extend it to support a semantic parser generated with the parser generator?
My idea is to create an extended SQL language (with many advanced features: AST, ...) and if possible I want to start with the default SQL dynamic language and a custom semantic parser generated by me.
Another related question:
Do you have any plan to create a SQL language add-on (for SQL Server syntax)?
For you it is difficult to create my own implementation? (I'm new to syntax editor and if possible I will appreciate an approximate estimation)
Thanks very much
Davide