guysv / ilua

Portable Lua kernel for Jupyter
GNU General Public License v2.0
119 stars 12 forks source link

Document what is required from the Lua interpreter #12

Closed hroncok closed 4 years ago

hroncok commented 4 years ago

Fixes https://github.com/guysv/ilua/issues/10

guysv commented 4 years ago

well, I guess a more accurate explanation would be

execute a file given as the last argument.

but I guess that's really nitpicking. Thanks for the patch.