Skip to content

Library for manipulation of memory areas in Lua.

License

Notifications You must be signed in to change notification settings

cujoai/lua-memory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Memory

The purpose of this project is to support manipulation of memory areas in Lua. These memory areas are much like Lua strings, but their contents can be modified in place and have an identity (selfness) independent from their contents. The library provides the following functionalities:

  • Support for writable memory areas.
  • C API to manipulate strings or memory areas in a unified way.

Documentation

TODO

  • Finish adaptation of string.pack tests to test memory.pack.
  • Add support for bitwise operations on the memory contents.

History

  • Version 1.0: First release.

About

Library for manipulation of memory areas in Lua.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.8%
  • Lua 33.6%
  • Makefile 3.6%