Thanks to visit codestin.com
Credit goes to github.com

Skip to content

unixzii/lua-embedded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Embedded

NOTE:
This project is actively developed and still working in progress.

Lua Embedded is a Lua fork that is specially optimized for embedded devices. Most of the original Lua features are preserved to ensure the maximum compatiblity. For complete information about Lua, visit Lua.org.

Major Modifications

  • Disabled some uncommonly used built-in libraries.
  • Extracted some system functions to the platform adaptor layer.
  • Removed the dependencies of some system functions (eg. time), while maintaining the correctness of related functionalities.

Build

TBD

About

A Lua fork that is specially optimized for embedded devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.2%
  • Lua 32.2%
  • Makefile 0.6%