Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions with tag fift

Questions with tag fift

Tags
Sorting
Results
per page
0 Votes
1 Answers
82 Views
0 Votes 1 Answers 82 Views
I've been playing around with toncli and smart-contract development, but I've been stuck on the toncli deploy command. I'm using a macbook with M1 chip, so I...
13 days ago
0 Votes
0 Answers
63 Views
0 Votes 0 Answers 63 Views
Functions are called "words" in Fift, and there is a special word word. The whitepaper (https://ton.org/docs/fiftbase.pdf) explains it this way: «word (x – S...
17 days ago
0 Votes
2 Answers
78 Views
0 Votes 2 Answers 78 Views
As far as I understand, code in FunC language compiles to Fift, and then from Fift code the resulting bag of cells is generated. Could I make my code more co...
17 days ago
0 Votes
1 Answers
90 Views
0 Votes 1 Answers 90 Views
The main source of knowledge about Fift language is the whitepaper, available at https://ton.org/fiftbase.pdf. It is useful, but are there other articles, vi...
18 days ago
0 Votes
0 Answers
84 Views
0 Votes 0 Answers 84 Views
Does anyone know what the following error message of Fift means? I think I have configured fiftlib correctly. [fift-main.cpp:204] Error interpreting file cou...
20 days ago
0 Votes
1 Answers
71 Views
0 Votes 1 Answers 71 Views
I'm trying to compile compile fift from the master, I'm getting this linking error: ton/third-party/rocksdb/env/io_posix.cc:686: undefined reference to 'io_u...
24 days ago
0 Votes
1 Answers
78 Views
0 Votes 1 Answers 78 Views
I wrote a program in Fift, which included the following code: asm 1 PUSHINT I receive the following error: "PUSHINT: stack underflow" This doesn't make sense...
25 days ago
0 Votes
1 Answers
65 Views
0 Votes 1 Answers 65 Views
Can anyone point me to docs on Fift and the Fift assembler? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9973
0 Votes
0 Answers
74 Views
0 Votes 0 Answers 74 Views
I'm getting the following error when compiling Fift. I'm using this command: ./ton-build/crypto/fift counter.fif I followed this tutorial, but when I run fun...
one month ago
0 Votes
2 Answers
126 Views
0 Votes 2 Answers 126 Views
Is my understanding correct that smart contracts are written in FunC, then compiled into Fift, and deployed on the blockchain, and they can later be interact...
one month ago
0 Votes
0 Answers
93 Views
0 Votes 0 Answers 93 Views
In many programming languages there are methods like Math.sin() in Java that return the sine of an angle. How can I calculate such value using Fift? --- > Th...
one month ago
0 Votes
0 Answers
110 Views
0 Votes 0 Answers 110 Views
It is well known that code written in FunC gets compiled to the Fift language (which is more low-level). But is there a way to go back and turn Fift code fil...
one month ago
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K Views
In order to compile smart contracts in the FunC language I need the executables named func and fift. They are used to compile my FunC source code to TVM byte...
Tal Kol
270 × 3 Administrator