Skip to content

DemiMarie/safer-lua-api

Repository files navigation

safer-lua-api

This repository includes a shim library that makes binding to the Lua API much safer.

It catches all Lua errors and returns them as error codes.

Prerequisites

You will need a C or C++ compiler that supports thread-local storage. Recent versions of GCC and Clang meet the requirements.

License

This software is dual-licensed under the MIT license and the Apache License, version 2.0. By submitting to this repository, you agree to license your code under this dual license, with no further terms and conditions.

About

A `longjmp`-free API for Lua

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE-2.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published