Skip to main content

Module jit_runtime

Module jit_runtime 

Source

Functionsยง

tl_rt_add
Runtime addition: handles int+int, float+float, int+float, string+string
tl_rt_cmp
Runtime comparison: returns -1, 0, or 1
tl_rt_is_truthy
Runtime truthiness check
tl_rt_mul
Runtime multiplication
tl_rt_sub
Runtime subtraction