1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

[Tolk] Initial commit of TOLK Language: fork all sources from FunC

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.
This commit is contained in:
tolk-vm 2024-10-31 10:51:07 +04:00
parent eed3153ace
commit 82648ebd6a
No known key found for this signature in database
GPG key ID: 7905DD7FE0324B12
43 changed files with 13674 additions and 18 deletions

View file

@ -43,6 +43,7 @@ sudo strip -s storage-daemon \
fift \
tlbc \
func \
tolk \
create-state \
validator-engine-console \
tonlib-cli \

View file

@ -43,6 +43,7 @@ sudo strip -s storage-daemon \
fift \
tlbc \
func \
tolk \
create-state \
validator-engine-console \
tonlib-cli \

View file

@ -43,6 +43,7 @@ sudo strip -xSX storage-daemon \
fift \
tlbc \
func \
tolk \
create-state \
validator-engine-console \
tonlib-cli \