Skip to content
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

Lua support #22

Closed
2 tasks
adrysn opened this issue Oct 20, 2016 · 4 comments
Closed
2 tasks

Lua support #22

adrysn opened this issue Oct 20, 2016 · 4 comments

Comments

@adrysn
Copy link
Member

adrysn commented Oct 20, 2016

  • Basic Lua execution support
  • Useful packages?
adrysn added a commit that referenced this issue Oct 22, 2016
the result by 'print' and 'io.write' is correctly returned to the sorna-agent. If user's code writes something to stdout with functions other than those two, sorna-agent will get nothing for stdout. (refer to comments in run.lua)
adrysn added a commit that referenced this issue Oct 22, 2016
adrysn added a commit that referenced this issue Oct 22, 2016
@adrysn
Copy link
Member Author

adrysn commented Oct 22, 2016

Lua code highlighting is not working in neumann sandbox page...

@inureyes
Copy link
Member

I'll add the code highlight feature.

@inureyes
Copy link
Member

What is the exact kernel name? kernel-lua5 or lua?

@adrysn
Copy link
Member Author

adrysn commented Oct 23, 2016

It is kernel-lua5!

achimnol added a commit that referenced this issue Feb 21, 2017
 * Updated to Lua 5.1 to 5.2 and luarocks 2.4.1 to 2.4.2

 * Now supports new PUSH/PULL agent protocol and interactive input.

 * Corrected handling of syntax errors in user-input codes.
   (Previously it simply died!)
achimnol added a commit that referenced this issue Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants