szymski/LuaAdv ↗
Created May 24, 2022 · View the szymski/LuaAdv repository page
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.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
299
From
Aug 16, 2016
To
Jul 31, 2019
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.