Yonaba/Jumper

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)

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

Here is #46

You must need

😄