Binding parser, TestFunctions

This commit is contained in:
Krzosa Karol
2025-12-15 23:29:18 +01:00
parent 4e5a0f6a9b
commit 5e7acd4a20
11 changed files with 452 additions and 124 deletions

View File

@@ -37,8 +37,6 @@ For(arr.reverse_iter()) {
#define ForItem(it, array) for (auto &it : (array))
#define For(array) ForItem(it, array)
template <class T>
struct Slice {
T *data;