You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/tools/goctl/api/parser/g4
Fyn 6d9dfc08f9
feat(goctl): supports api multi-level importing (#1747)
* feat(goctl): supports api  multi-level importing

Resolves: #1744

* fix(goctl): import-cycle, etc.

import-cycle will not be allowed
e.g., a.api -> b.api -> a.api
regular multiple-import will be allowed
e.g., a.api -> b.api -> c.api
                   -> c.api

* refactor(goctl): adds comments to exported var

* fix(goctl): typo in a comment
3 years ago
..
ast feat(goctl): supports api multi-level importing (#1747) 3 years ago
gen/api Fix unit test (#1730) 3 years ago
test refactor: rename from tal-tech to zeromicro for goctl (#1481) 3 years ago
ApiLexer.g4 feature: refactor api parse to g4 (#365) 4 years ago
ApiParser.g4 fix: #1318 (#1321) 3 years ago
test.api feature: refactor api parse to g4 (#365) 4 years ago