alfacoder
Member
- Сообщения
- 58
- Реакции
- 11
FunC is a fairly lightweight abstraction on top of the TVM assembler, so if you read the TVM specification you will probably get the basic concepts very quickly.
This guide covers the basics of FunC language:
GitHUb: https://github.com/atomex-me/xeus-fift/blob/binder/func_cheat_sheet.ipynb
This guide covers the basics of FunC language:
- Basic operations
- Division rounding rules
- Compound operators
- Constants
- FunC tuples
- TVM tuples
- Cells
- Builders
- Slices
- Hashmaps
- Functions
- ASM bindings
- Conditional statements
- Loops
- Exceptions
GitHUb: https://github.com/atomex-me/xeus-fift/blob/binder/func_cheat_sheet.ipynb
Последнее редактирование модератором: