-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parinfer.js #23
Comments
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 |
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 |
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 (./castl/core_objects.lua:348)
at __index (./castl/core_objects.lua:296)
at getInitialResult (./parinfer-js.lua:95)
at processText (./parinfer-js.lua:1075)
at intentMode1 (./parinfer-js.lua:1152)
at (out.lua:14)
at ([C]:-1)
The text was updated successfully, but these errors were encountered: