Skip to content

Tmr/plsql-parser

 
 

Repository files navigation

About

This is a [almost] full parser for PL/SQL language that includes a Lexer, Parser (that optionally generates an Abstract Syntax Tree) and a TreeWalker.

Note: This parser supports 11g version.

Issue Tracking

https://github.com/porcelli/plsql-parser/issues

Supported Version:

Target Language:

Current version is target for Java language, but may be easy to port it to any other target.

Commercial Support

If you're interested in commercial support of this or any other parser, contact me alexandre.porcelli@gmail.com.

License

(The Apache License, Version 2.0)

Copyright (c) 2010 Alexandre Porcelli [alexandre.porcelli@gmail.com]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Legal and Trademarks

  • Oracle is a registered trademark of Oracle Corporation.
  • PL/SQL is a trademark of Oracle Corporation.
  • Java is a trademark of Oracle Corporation.
  • ANTLR is a registered trademark of Terence Parr.

About

ANTLR PL/SQL 11g parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published