What exactly does the ClearSQL parser check?
The ClearSQL parser is not a replacement, substitute or alternative for Oracle’s PL/SQL compiler. To support ClearSQL’s functionality (formatting of PL/SQL code, Flowcharting and Call Tree Diagrams), the parser will check syntax and static semantics on a per-file basis. The parser will not perform any inter-file checking, e.g. calls to entries in other packages will not be checked for correct parameter usage. It is our medium-term goal to enhance the parser to check the complete static semantics of PL/SQL, including complete interfile checking.
Related Questions
- How do I use a non-ANTLR-generated (C++) lexer into an ANTLR-generated parser?
- How do I use a non-ANTLR-generated (C++) lexer into an ANTLR-generated parser?
- Can a tree parser inherit from another tree parser?
- Is there an ANTLR grammar/parser for language X?
- Is there an ANTLR grammar/parser for language X?
- What exactly does the ClearSQL parser check?