build domain model from PL/SQL file.
- import parser & grammar
- analyse
- create table
- create index
- compile antlr
./script/compile-antlr.sh
- fix generate code typo
typePlSqlLexerstruct {
*PlSqlLexerBase// change to PlSqlLexerBasechannelNames []stringmodeNames []string// TODO: EOF string
}This code is distributed under the MPL license. See LICENSE in this directory.