mirror of
https://github.com/janet-lang/janet
synced 2025-10-17 16:57:40 +00:00
Working fiber marshaling.
This commit is contained in:
@@ -166,6 +166,7 @@
|
||||
(testmarsh (fn thing [x] (+ 11 x x 30)) "marshal function 3")
|
||||
(testmarsh mapa "marshal function 4")
|
||||
(testmarsh reduce "marshal function 5")
|
||||
(testmarsh (fiber.new (fn @[] (yield 1) 2)) "marshal simple fiber")
|
||||
|
||||
# Large functions
|
||||
(def manydefs (fora [i :range [0 300]] (tuple 'def (gensym) (string "value_" i))))
|
||||
|
Reference in New Issue
Block a user