-
### Summary
Implement Tact lexer for [pygments](https://pygments.org/). This is a popular library that is used for syntax highlighting in many well-known services.
### Goals
- Tact lexer is c…
-
### Summary
Create and maintain python library with bindings for TON structures and emulator.
### Context
```python3
d = VmDict(256)
d.set(1, begin_cell().store_int(2**103, 256).end_cell(…
-
### Summary
Contract emulator that can show number of times each instruction is ran and how much gas does it cost.
### Context
Such tool would be useful for optimizing gas usage and therefore would…
-
Как так можно писать, вы хоть знаете что такое ООП или оптимизация, этот код читать невозможно, это просто пиз.. мусор.
-
### Summary
It is necessary to describe all active words available in Fift.
### Context
At the moment, we only have "Fift: A Brief Introduction" (fiftbase.pdf) as documentation for Fift. This docum…
-
### Summary
https://github.com/ton-blockchain/token-contract/blob/main/ft/jetton-minter-ICO.fc
id like to create JS environment with tests for this sc & make docs that will describe what methods …
-
This is going to collect missing spaces a fter a period as discussed in https://github.com/petergtz/alexa-wikipedia/issues/37.
-
### Summary
I propose to create `nx` plugin for initiating `FunC` libraries in monorepo, with out-of-the-box support for commands such as `build`, `test`, `deploy(?)`.
### Context
[Nx](https:…
-
### Summary
We need to add Fift language support to https://github.com/highlightjs/highlightjs-func
### Context
_No response_
### Goals
- Fift is highlighted by highlight.js
- Fift is …
-
### Summary
Most people don't see difference between Fift and TVM assembly and are thus confused when try truly low-level programming.
### Context
There was a beautiful attempt to convert num…