Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 493 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 493 Bytes

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.