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:
parent
eed3153ace
commit
82648ebd6a
43 changed files with 13674 additions and 18 deletions
|
@ -43,6 +43,7 @@ sudo strip -s storage-daemon \
|
|||
fift \
|
||||
tlbc \
|
||||
func \
|
||||
tolk \
|
||||
create-state \
|
||||
validator-engine-console \
|
||||
tonlib-cli \
|
||||
|
|
|
@ -43,6 +43,7 @@ sudo strip -s storage-daemon \
|
|||
fift \
|
||||
tlbc \
|
||||
func \
|
||||
tolk \
|
||||
create-state \
|
||||
validator-engine-console \
|
||||
tonlib-cli \
|
||||
|
|
|
@ -43,6 +43,7 @@ sudo strip -xSX storage-daemon \
|
|||
fift \
|
||||
tlbc \
|
||||
func \
|
||||
tolk \
|
||||
create-state \
|
||||
validator-engine-console \
|
||||
tonlib-cli \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue