Skip to content

Some C code I wrote while learning the Lua C API

Notifications You must be signed in to change notification settings

Miqueas/Lua-C-API-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua-C-API

A personal repo where I push things while I'm learning the Lua C API! Feel free to contribute :)

NOTE: I really think that the Lua C API and this examples can be highly self-explained, BUT I recommend you to always check the Reference Manual to see in detail how every thing works

Building

If you want to build this, you'll need Meson and Lua 5.1 development files and then:

meson . _BUILD
ninja -C _BUILD

And in the _BUILD folder you'll see the compiled files

Running tests

Just:

meson test -C _BUILD

References

I mainly readed the Official Reference Manual but I also saw this:

And finally, thanks to the members of the Telegram Group!

Why Lua 5.1?

Yes ✔️

About

Some C code I wrote while learning the Lua C API

Topics

Resources

Stars

Watchers

Forks