Skip to content

painfulexistence/lua-dialect-playground

Repository files navigation

Lua Dialect Playground 🛝

Building

On macOS, run the following script first to install dependencies and set up env variables:

brew install cmake llvm
export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"

And then use CMake:

cmake -S . -B build -DCMAKE_PREFIX_PATH=/llvm/install/path
cmake --build build

About

Playing with CMake to explore and set up various Lua dialects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published