1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/crypto
Aleksandr Kirsanov 30572c77d6
[FunC] Support traditional // and /**/ comments
They work alongside Lisp-style ;; and {--}, without any #pragma.
Conceptually, a new syntax should be disabled by default
and activated using a special compiler option.
But now, we don't have an easy way to provide compiler options
in func-js, blueprint, etc.
Note, that introducing per-file #pragma is a wrong approach here,
since if we want to fire human-readable error on using '//' without pragma,
lexer should nevertheless work differently.
(this could be controlled by a launch option, but see above)
2024-06-14 15:22:57 +03:00
..
block Change fift path separator for FIFTPATH and -I argument (#1014) 2024-06-07 18:50:11 +03:00
common Fix converting int to int256 (#925) 2024-03-04 17:37:42 +03:00
ellcurve TVM Upgrade (#686) 2023-05-24 21:14:13 +03:00
fift Change fift path separator for FIFTPATH and -I argument (#1014) 2024-06-07 18:50:11 +03:00
func [FunC] Support traditional // and /**/ comments 2024-06-14 15:22:57 +03:00
funcfiftlib Patch funcfiftlib and emulator-emscripten builds (#905) 2024-02-16 11:51:43 +03:00
keccak TVM Upgrade (#686) 2023-05-24 21:14:13 +03:00
openssl Various changes in TVM, github builds and tests (#793) 2023-11-03 14:43:34 +03:00
parser [FunC] Support traditional // and /**/ comments 2024-06-14 15:22:57 +03:00
smartcont Add note on highload wallet pecularities 2024-01-09 15:49:42 +03:00
smc-envelope Fix prepare_vm_c7 (#958) 2024-04-08 14:29:54 +03:00
test Add TVM instructions for working with nonzero-level cells (#880) 2024-01-26 18:24:39 +03:00
tl [FunC] Support traditional // and /**/ comments 2024-06-14 15:22:57 +03:00
util Increase thread limit to 256 2021-04-03 20:03:54 +03:00
vm Command to disable state serializer (#1011) 2024-05-31 20:50:31 +03:00
CMakeLists.txt [FunC] CMake option -DFUNC_DEBUG for development purposes 2024-06-14 15:22:56 +03:00
Ed25519.cpp bugfixes + decreased archive slice size 2020-04-08 23:49:28 +04:00
Ed25519.h emergency update 2020-03-24 03:32:16 +04:00