https://github.com/modernizing/pling
[poc] build mode from PL/SQL file.
https://github.com/modernizing/pling
oracle plsql
Last synced: about 2 months ago
JSON representation
[poc] build mode from PL/SQL file.
- Host: GitHub
- URL: https://github.com/modernizing/pling
- Owner: modernizing
- License: mit
- Created: 2021-06-19T07:34:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T05:56:38.000Z (over 4 years ago)
- Last Synced: 2025-03-06T16:22:35.352Z (over 1 year ago)
- Topics: oracle, plsql
- Language: Go
- Homepage:
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PL/SQLing
> build domain model from PL/SQL file.
## TODO
- [x] import parser & grammar
- [ ] analyse
- [ ] create table
- [ ] create index
## Dev
1. compile antlr
```
./script/compile-antlr.sh
```
2. fix generate code typo
```golang
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.