@@ -30,6 +30,8 @@ coroutine.resume(coroutine.create(function()
3030 sleep (5000 )
3131 dofile (tests_dir .. ' fsharp.lua' )
3232 sleep (5000 )
33+ dofile (tests_dir .. ' gleam.lua' )
34+ sleep (5000 )
3335 dofile (tests_dir .. ' go.lua' )
3436 sleep (25000 )
3537 dofile (tests_dir .. ' java.lua' )
@@ -62,18 +64,18 @@ coroutine.resume(coroutine.create(function()
6264 sleep (5000 )
6365 dofile (tests_dir .. ' zig.lua' )
6466
65- -- Cases that require to be tested manually atm.
66- -- * python → Run this file.
67- -- * ruby → Run this file.
68- -- * shell → Run this file.
69- -- * elixir → Run this file.
70- -- * fortran → Run this file.
71- -- * fsharp → Run this file.
72- -- * r → Run this file.
73- -- * typescript → Run this file.
74- -- * javascript → Run this file.
75- -- * dart → Run this file.
76- -- * python/r/elixir/F#/kotlin/swift → REPL
77- -- * flutter → Run program (its a loop).
78- --
67+ -- Cases that require to be tested manually atm.
68+ -- * python → Run this file.
69+ -- * ruby → Run this file.
70+ -- * shell → Run this file.
71+ -- * elixir → Run this file.
72+ -- * fortran → Run this file.
73+ -- * fsharp → Run this file.
74+ -- * r → Run this file.
75+ -- * typescript → Run this file.
76+ -- * javascript → Run this file.
77+ -- * dart → Run this file.
78+ -- * python/r/elixir/F#/kotlin/swift → REPL
79+ -- * flutter → Run program (its a loop).
80+ --
7981end ))
0 commit comments