Skip to content

li-script/lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e374ca · Jun 22, 2022
Jun 2, 2022
Jun 22, 2022
Jun 22, 2022
Jun 22, 2022
May 29, 2022
Jun 14, 2022
May 24, 2022
May 27, 2022
Jun 22, 2022
May 29, 2022
Jun 22, 2022
May 31, 2022
May 29, 2022
May 27, 2022
May 27, 2022
Jun 22, 2022

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.