1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-14 20:22:19 +00:00
ton/assembly/nix
tolk-vm 82648ebd6a
[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.
2024-11-02 01:33:08 +04:00
..
flakes Improve TON build scripts and some tests (#855) 2024-01-15 23:48:04 +03:00
build-linux-arm64-nix.sh [Tolk] Initial commit of TOLK Language: fork all sources from FunC 2024-11-02 01:33:08 +04:00
build-linux-x86-64-nix.sh [Tolk] Initial commit of TOLK Language: fork all sources from FunC 2024-11-02 01:33:08 +04:00
build-macos-nix.sh [Tolk] Initial commit of TOLK Language: fork all sources from FunC 2024-11-02 01:33:08 +04:00
linux-arm64-static.nix Use jemalloc in portable artifacts (#1003) 2024-06-07 18:52:11 +03:00
linux-arm64-tonlib.nix Fix failing tonlib compilation on ubuntu with nixpkgs (#1309) 2024-10-22 11:55:05 +03:00
linux-x86-64-static.nix Use jemalloc in portable artifacts (#1003) 2024-06-07 18:52:11 +03:00
linux-x86-64-tonlib.nix Fix failing tonlib compilation on ubuntu with nixpkgs (#1309) 2024-10-22 11:55:05 +03:00
macos-static.nix Use jemalloc in portable artifacts (#1003) 2024-06-07 18:52:11 +03:00
macos-tonlib.nix lz4 support in multiple builds (#946) 2024-03-28 10:18:11 +03:00