Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 675 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 675 Bytes

LuaCall.jl

A Julia package for interoperability with Lua.

Concept CI Codecov

Functionality:

  • luacall function that mimics ccall
  • lua"" string macro for evaluating Lua code for access from Julia
  • Support for tables
  • Support for Lua threads