modulepackage
0.0.0-20241126020021-5c64afc2b161
Repository: https://github.com/raiguard/luapls.git
Documentation: pkg.go.dev
# README
luapls
luapls ("Lua please") is a language server for the Lua programming language.
This project is under very heavy development and is not ready for use.
Build
Dependencies:
go build
TODO (always in flux, not necessarily in order)
- Rewrite parser for better error tolerance, semantic info (whitespace, comments), and unicode support
- Expand lexer and parser tests to cover as many cases as I can think of
- Implement doc comment parsing in the AST
- Basic types (literals, simple expressions)
- Table types (structs/classes)
- Union types
- Intersection types
- Interface types
- Inheritance
- Metatable handling
- As much type inference as possible
- Useful LSP integrations
- Third-party addons/plugins to modify AST