Andrey Pfau
Andrey Pfau
I think it's better to add also to https://github.com/tdlib/td/tree/master/td/generate
To implement this feature, you need to complete the implementation of type calculation in FunC, since to declare arguments in a function you need to explicitly know what types the...
for reference: Lexer splits raw text into a list of tokens `Token((), ID(cpu), Token(>), ID(max_cpu), Token(|), ID(cpu), Token(), ID(max_cpu) } Token(|) ParenExpression { ID(cpu), Token(
i purpose use `getm` for 4. as an abbreviation of `get method`
> Maybe for internal messages? My bad. Fixed
As a basis, we can take an example from telemint: https://github.com/TelegramMessenger/telemint/blob/main/telemint.tlb
arithmetic operators will be removed in the next release due separation of serialization objects and actual arithmetics, use `BigInt` instead.
https://github.com/tdlib/td works fine with all .TL files in: https://github.com/ton-blockchain/ton/tree/master/tl/generate/scheme
This PR contains a lot of cosmetic code-formatting changes, which do not relate to the essence of the proposal itself
> Equality comparisons via hashing should be explicit. We compare cells and slices via hashing but use == / != which hides this fact. Switching to something like ==# /...