FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

modernizing/pling: [poc] build mode from PL/SQL file. · GitHub

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL