1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/crypto/func
Aleksandr Kirsanov de570873d7
[FunC] Add builtin functions to stdlib.fc
Note, that I have not added all builtin functions.
I filtered out strange and actually unused in practice,
like "int_at()" and similar, or "run_method0()" and similar.
(Probably, they should be dropped off even from builtins)

Also, I've modified some stdlib.fc legacy tests just to ensure
that a resulting hash doesn't change.
2024-06-14 15:22:58 +03:00
..
auto-tests [FunC] Add builtin functions to stdlib.fc 2024-06-14 15:22:58 +03:00
test [FunC] Make all functions impure by default, add "pure" specifier 2024-06-14 15:22:57 +03:00
abscode.cpp [FunC] Forbid impure operations inside pure functions 2024-06-14 15:22:58 +03:00
analyzer.cpp [FunC] Forbid impure operations inside pure functions 2024-06-14 15:22:58 +03:00
asmops.cpp [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
builtins.cpp [FunC] Add builtin keyword to be used in stdlib later on 2024-06-14 15:22:58 +03:00
codegen.cpp [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
func-main.cpp [FunC] Use td::OptionParser in func-main.cpp 2024-06-14 15:22:58 +03:00
func.cpp [FunC] Add pragma remove-unused-functions for simple dead code elimination 2024-06-14 15:22:58 +03:00
func.h [FunC] Add builtin keyword to be used in stdlib later on 2024-06-14 15:22:58 +03:00
gen-abscode.cpp [FunC] Forbid impure operations inside pure functions 2024-06-14 15:22:58 +03:00
keywords.cpp [FunC] Add builtin keyword to be used in stdlib later on 2024-06-14 15:22:58 +03:00
optimize.cpp FunC: enable asserts and fix try/catch stack corruption (#699) 2023-05-15 15:31:42 +03:00
parse-func.cpp [FunC] Add builtin keyword to be used in stdlib later on 2024-06-14 15:22:58 +03:00
stack-transform.cpp FunC: enable asserts and fix try/catch stack corruption (#699) 2023-05-15 15:31:42 +03:00
unify-types.cpp [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00