Skip to content

Lua parser in C++ and associated Qt editor with autocompletion.

License

Notifications You must be signed in to change notification settings

cguebert/LuaAutoComplete

Repository files navigation

Lua Auto Complete

Parse Lua scripts and propose auto-completion to an editor. Custom user-defined types with methods are supported.

Compilation

cmake .. -G "Visual Studio 16 2019" -DCMAKE_INSTALL_PREFIX="../install" -DBUILD_SHARED_LIBS=ON -DVCPKG_TARGET_TRIPLET="x64-windows" -DCMAKE_TOOLCHAIN_FILE="C:/Dev/vcpkg/scripts/buildsystems/vcpkg.cmake"
cmake --build . --target INSTALL --config Release

About

Lua parser in C++ and associated Qt editor with autocompletion.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published