Skip to content

Releases: YYCoder/thrifter

Upgrade go version

09 Nov 14:37
Compare
Choose a tag to compare
  • upgrade go version
  • update licence

Fix namespace/option end token

18 Nov 10:09
Compare
Choose a tag to compare
v0.0.6

fix: 🐛 fix namespace & option end token

Parser.NextIdent refactor

18 Nov 09:35
Compare
Choose a tag to compare

parser.nextIdent concat dot separated identifier into one token.

Add token to node map

17 Nov 08:20
Compare
Choose a tag to compare

Add start token to node map for Enum => EnumElement, Struct => Field, Service => Function, Function => Args, Function => Throws, in order to facilitate obtaining the corresponding node through start token, while traverse tokens.

Token

15 Nov 03:44
Compare
Choose a tag to compare
  1. make token type to public
  2. add GetToken function

Initial Release

14 Nov 13:22
Compare
Choose a tag to compare
v0.0.1

docs: ✏️ docing