glua_code_analysis 0.1.5

Static analysis engine for Garry's Mod Lua tooling.
Documentation
1
2
3
4
5
# GLua Code Analysis

GLua Code Analysis is a static analysis tool for GMod Lua code. It can be used to analyze Lua code and provide code completion, type checking, and other features in IDEs.

*Based on [EmmyLua Analyzer Rust](https://github.com/CppCXY/emmylua-analyzer-rust).*