Skip to content

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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 luaposix modules

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages