- gen/peg: more syntax support to obey
https://thrift.apache.org/docs/idl
. - peg: support constant annotation.
- bugfix/peg: some minor syntax define bug.
- test: more test case for new syntax support.
- build: upgrade go to 1.18 (to support keyword
any
).
- bugfix/peg: BaseTypeName mismatch by prefix (e.g. binary_data_name will be matched as
binary
). - gen/peg: re-gen via
pigeon
.
- fork from
https://github.com/samuel/go-thrift
@7b67f98e972fff643decea89f37246f661635cdb
.