A pure rust lua interpreter with the intent to evaluate and analyze lua code.
The main library, contains everything needed to integrate lua or deimos into your project.
The stand-alone CLI app that can be run like a lua interpreter. Allows you to lint and run Lua code without lua installed.
Should only be used for deimos development. Tests and helper functions to make sure that deimos adheres to the Lua 5.1 spec.
- none