mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 19:22:37 +00:00
The Tolk Language will be positioned as "next-generation FunC". It's literally a fork of a FunC compiler, introducing familiar syntax similar to TypeScript, but leaving all low-level optimizations untouched. Note, that FunC sources are partially stored in the parser/ folder (shared with TL/B). In Tolk, nothing is shared. Everything from parser/ is copied into tolk/ folder.
27 lines
464 B
Text
27 lines
464 B
Text
__pycache__
|
|
parser.out
|
|
parsetab.py
|
|
parsetab.pyc
|
|
tdutils/generate/auto/
|
|
tl/generate/auto/
|
|
compile_commands.json
|
|
crypto/block/block-auto.cpp
|
|
crypto/block/block-auto.h
|
|
crypto/smartcont/auto/
|
|
test/regression-tests.cache/
|
|
*.swp
|
|
**/*build*/
|
|
.idea
|
|
.vscode
|
|
.DS_Store
|
|
dev/
|
|
zlib/
|
|
libsodium/
|
|
libmicrohttpd-0.9.77-w32-bin/
|
|
readline-5.0-1-lib/
|
|
secp256k1/
|
|
openssl-3.1.4/
|
|
libsodium-1.0.18-stable-msvc.zip
|
|
libmicrohttpd-0.9.77-w32-bin.zip
|
|
openssl-3.1.4.zip
|
|
readline-5.0-1-lib.zip
|