Syntax error in jumper/core/lookuptable.lua#L1
xpol opened this issue · 2 comments
xpol commented
https://github.com/Yonaba/Jumper/blob/master/jumper/core/lookuptable.lua#L1
local addNode(self, node, nextNode, ed)
did you mean
local function addNode(self, node, nextNode, ed)
Yonaba commented
Hi @xpol
Much thanks for noticing that. It is definitely a syntax error. Feel free to fire a pull request.
Bear in mind this module is an experimental feature I was thinking of adding, and I might remove it though.
xpol commented