modernizing / pling

[poc] build mode from PL/SQL file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PL/SQLing

build domain model from PL/SQL file.

TODO

  • import parser & grammar
  • analyse
    • create table
    • create index

Dev

  1. compile antlr
./script/compile-antlr.sh
  1. fix generate code typo
type PlSqlLexer struct {
	*PlSqlLexerBase  // change to PlSqlLexerBase
	channelNames []string
	modeNames    []string
	// TODO: EOF string
}

License

This code is distributed under the MPL license. See LICENSE in this directory.

About

[poc] build mode from PL/SQL file.

License:MIT License


Languages

Language:Go 98.0%Language:ANTLR 2.0%Language:Shell 0.0%