feature: refactor api parse to g4 (#365)
* feature: refactor api parse to g4 * new g4 parser * add CHANGE_LOG.MD * refactor * fix byte bug * refactor * optimized * optimized * revert * update readme.md * update readme.md * update readme.md * update readme.md * remove no need * fix java gen * add upgrade * resolve confilits Co-authored-by: anqiansong <anqiansong@xiaoheiban.cn>
This commit is contained in:
15
tools/goctl/CHANGE_LOG.MD
Normal file
15
tools/goctl/CHANGE_LOG.MD
Normal file
@@ -0,0 +1,15 @@
|
||||
# 2020-01-08
|
||||
|
||||
## features 
|
||||
|
||||
* reactor api parse by g4
|
||||
* add syntax lexer for api
|
||||
* support java-style documentation comments
|
||||
* support parsing doc and comment
|
||||
* support import group
|
||||
|
||||
> original: [api grammar document](./api/parser/readme.md)
|
||||
|
||||
# 2020-01-08
|
||||
|
||||
* add change log
|
||||
Reference in New Issue
Block a user