1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00
ton/crypto/tl
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
..
boc.tlb update tonlib 2019-10-04 16:08:02 +04:00
hashmap.tlb initial commit 2019-09-07 14:33:36 +04:00
tlbc-aux.h bugfixes 2020-04-10 23:06:01 +04:00
tlbc-data.h updated vm 2020-03-11 14:19:31 +04:00
tlbc-gen-cpp.cpp Various changes in TVM, github builds and tests (#793) 2023-11-03 14:43:34 +03:00
tlbc-gen-cpp.h bugfixes 2020-04-10 23:06:01 +04:00
tlbc.cpp [FunC] Support traditional // and /**/ comments 2024-06-14 15:22:57 +03:00
tlblib.cpp Fix undefined behavior code (#464) 2022-09-19 17:31:54 +03:00
tlblib.hpp pow-testgiver support 2020-07-06 17:07:20 +03:00