1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-15 04:32:21 +00:00
ton/crypto/func/auto-tests
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
..
legacy_tests [FunC] Apply camelCase to some tests to ensure code_hash remains unchanged 2024-06-14 15:22:57 +03:00
tests [FunC] Support traditional // and /**/ comments 2024-06-14 15:22:57 +03:00
legacy_tester.js [FunC] Enrich and refactor testing framework, add negative tests 2024-06-14 15:22:56 +03:00
legacy_tester.py [FunC] Enrich and refactor testing framework, add negative tests 2024-06-14 15:22:56 +03:00
legacy_tests.jsonl [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
run_tests.js [FunC] Enrich testing framework, add code hash checking 2024-06-14 15:22:57 +03:00
run_tests.py [FunC] Enrich testing framework, add code hash checking 2024-06-14 15:22:57 +03:00
stress_tester.py Add complex assigns to FunC and fix UB (#574) 2022-12-29 18:06:13 +03:00
wasm_tests_common.js [FunC] Enrich and refactor testing framework, add negative tests 2024-06-14 15:22:56 +03:00