Skip to content

li-script/lightning

Repository files navigation

Lightning Script

github-actions license

Lightning Script is a work-in-progress scripting language with a modern syntax, uncompromising performance, and first-class embedding support.

Building

cmake -B build
cmake --build build

For the best performance, we recommend you compile with -flto for GCC/Clang and /LTCG for MSVC. Modify cmake.toml to change the build settings.