Skip to main content

IDE Support

Highlight

The intellij-tos 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
Kotlintos-kotlin (+ parsing .tlb files)https://t.me/toskotlin
Gotosutilshttps://t.me/tosutils
Gotosgo (+ parsing .tlb files)https://t.me/tosgo_lib
TypeScripttlb-parser-