github.com/szymski/LuaAdv

Programming language that compiles into Lua. It is pretty much usable (I use it in my GMod addons), though there are some undone tooling features slowly being worked on.

Open this visualization on its own page →

Contributors

2

Lines of Code

299

From

2016-08-16

To

2019-07-31

About szymski/LuaAdv

LuaAdv is a programming language that compiles to Lua, designed to extend Lua's capabilities with modern language features while maintaining compatibility with the Lua ecosystem. The creator developed it primarily to improve code readability and add functionality that vanilla Lua lacks, particularly for use in Garry's Mod addons where it sees active use.

The language supports object-oriented programming, lambda functions, and includes static code analysis capabilities. The project is written in C# and is considered functionally usable despite being a work in progress, with some tooling features still under development. Documentation and examples are available in the repository for developers interested in learning the language's syntax and capabilities.

Share this video