Added timeout by instruction count.
This commit is contained in:
parent
976fb55c45
commit
8d95dc74a7
6
lib/timeout.nom
Normal file
6
lib/timeout.nom
Normal file
@ -0,0 +1,6 @@
|
||||
require "lib/core.nom"
|
||||
rule [cap at %num instructions] =:
|
||||
lua code ".."
|
||||
|print("capped at", \(%num))
|
||||
|local f = function() error("timeout") end
|
||||
|debug.sethook(f, "", \(%num))
|
Loading…
Reference in New Issue
Block a user