Skip to main content

IDE Support

Highlight

The intellij-ton plugin supports the Fift and FunC programming languages as well as the typed language binary (TL-B) format.

Additionally, the correct TL-B syntax specifications are described in the TlbParser.bnf file.

TL-B Parsers

TL-B parsers help carry out the serialization of basic TL-B types. Each of which implements TL-B types as an object, and returns serialized binary data.

LanguageSDKSocial
Kotlinton-kotlin (+ parsing .tlb files)https://t.me/tonkotlin
Gotonutilshttps://t.me/tonutils
Gotongo (+ parsing .tlb files)https://t.me/tongo_lib
TypeScripttlb-parser-