From 0804a54d04e62672e02c850b50caa987eda46b67 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 9 Jun 2024 12:19:01 -0400 Subject: * --- lua/chupacabra/chupacabra.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/chupacabra/chupacabra.lua') diff --git a/lua/chupacabra/chupacabra.lua b/lua/chupacabra/chupacabra.lua index 963d17d..80a8d22 100644 --- a/lua/chupacabra/chupacabra.lua +++ b/lua/chupacabra/chupacabra.lua @@ -23,6 +23,7 @@ end function chupacabra.evaluate(tokens, context) local stack = {} + -- FIXME: explore if there is a better way to approach this, so that you don't need to special case the array math for _, token in ipairs(tokens) do if tonumber(token) then table.insert(stack, tonumber(token)) -- cgit 1.4.1-2-gfad0