mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
📝 add comments
This commit is contained in:
@@ -31,7 +31,7 @@ var test_func = func(test_processes...) {
|
||||
println("+----------------------");
|
||||
}
|
||||
|
||||
var MAX_ITER_NUM = 5e4;
|
||||
var MAX_ITER_NUM = 1e5;
|
||||
|
||||
var append_vec = func {
|
||||
var res = [];
|
||||
@@ -132,6 +132,22 @@ for (var i = 0; i < 10; i += 1) {
|
||||
append_hash_vec_hash,
|
||||
append_hash_vec_hash,
|
||||
|
||||
append_tree,
|
||||
append_tree,
|
||||
append_tree,
|
||||
|
||||
append_hash_vec_hash,
|
||||
append_hash_vec_hash,
|
||||
append_hash_vec_hash,
|
||||
|
||||
append_tree,
|
||||
append_tree,
|
||||
append_tree,
|
||||
|
||||
append_hash_vec_hash,
|
||||
append_hash_vec_hash,
|
||||
append_hash_vec_hash,
|
||||
|
||||
append_tree,
|
||||
append_tree,
|
||||
append_tree
|
||||
|
||||
Reference in New Issue
Block a user