The goal of this repository is the study and learning of the language lua. Contains the following sections :
basics
- variables
- functions
- logical operatos
- introduction to tables
class
- introduction to oop
coroutines
- introduction to lua coroutines
files
- io and file manipulation
lopp
- introduction to lua loops
lua_jit
- introduction to lua just in time compliler
- executing C code from lua with luajit
shell_commands
- using the command line interface from lua
standard_library
- brief example of lua standrad library
table
- advanced tables and meta-tables