castl
castl copied to clipboard
Parinfer.js
I am trying to compile parinfer.js to lua. I am newbie in lua but it seems to be something wrong with the implementation of the split method from js to lua ?
lua: TypeError: Cannot read property 'split' of undefined
at
Can you please provide a link to the exact Javascript file you have compiled? (exact source and version)
No problem : https://github.com/shaunlebron/parinfer/blob/master/lib/parinfer.js I think that parinfer has zero dependencies, Downloaded with curl -O -L https://raw.githubusercontent.com/shaunlebron/parinfer/master/lib/parinfer.js
Note that I did modifu the js file by unboxing the top level function in order to expose the API object.
FYI - there is an implementation of the Parinfer core algorithm in Lua now: https://github.com/oakmac/parinfer-lua
cc @Gavlooth