Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 713 Bytes

deimos

A pure rust lua interpreter with the intent to evaluate and analyze lua code.

Project Layout

deimos-core

The main library, contains everything needed to integrate lua or deimos into your project.

deimos

The stand-alone CLI app that can be run like a lua interpreter. Allows you to lint and run Lua code without lua installed.

lua-test

Should only be used for deimos development. Tests and helper functions to make sure that deimos adheres to the Lua 5.1 spec.

Current Features

  • none

Resources