Skip to content

modernizing/pling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published