Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ronaldmaas/PLSQLParser

Open more actions menu
 
 

Repository files navigation

A PLSQL parser built using ANTLR 4

Setup

To install ANTLR 4, if you don't have it already


cd /usr/local/lib
wget http://antlr.org/download/antlr-4.2-complete.jar

Note - Update it to the latest ANTLR, as of when you use it Reference

 export CLASSPATH=".:/usr/local/lib/antlr-4.2-complete.jar:$CLASSPATH"
 alias antlr4='java -jar /usr/local/lib/antlr-4.2-complete.jar'
 alias grun='java org.antlr.v4.runtime.misc.TestRig'
 
 grun PLSQL plsql_block -gui
 <Your PLSQL Code>
 Example:
 declare
 salary number(6);
 ^D
 

About

A PLSQL parser built using ANTLR4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 96.6%
  • ANTLR 3.2%
  • Shell 0.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.