Skip to content

kayibea/luaposix-annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLS Posix Annotations

LLS annotations for Lua POSIX modules This project provides static type annotations for POSIX-related Lua modules to improve compatibility with Lua Language Servers (LLS), enabling better autocompletion, type checking, and development ergonomics.

🚧 Roadmap

✅ Module Annotation Coverage

Core Modules

  • posix
  • posix.ctype
  • posix.errno
  • posix.fcntl
  • posix.fnmatch
  • posix.glob
  • posix.libgen
  • posix.poll
  • posix.stdio
  • posix.stdlib
  • posix.time
  • posix.signal
  • posix.unistd
  • posix.utime
  • posix.dirent
  • posix.grp
  • posix.pwd
  • posix.termio
  • posix.syslog
  • posix.sched
  • posix.sys.msg
  • posix.sys.resource
  • posix.sys.socket
  • posix.sys.stat
  • posix.sys.statvfs
  • posix.sys.time
  • posix.sys.times
  • posix.sys.utsname
  • posix.sys.wait

📝 Documentation Roadmap

Only type annotations are currently provided. Documentation will be added once core modules are implemented.

Function-Level Docstrings

  • posix.signal
  • posix.unistd
  • posix.stdlib
  • Other modules (incrementally)

About

LLS annotations for Lua POSIX modules

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages