the signals and their derived score are provisional and subject to change.
validate manually before sharing.
4aa54c9a6876c4af175b306fffe8dbc010e72c5bnone
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## What This Is
Lua Lanes is a portable, message-passing multithreading library for Lua, implemented as a C++20 shared library (`lanes_core.dll/.so`) with a Lua wrapper (`lanes.lua`). It allows running multiple independent Lua states in parallel threads. Supported Lua versions: 5.1, 5.2, 5.3, 5.4, 5.5, and LuaJIT.
## Build Commands
The primary build system is GNU Make (MSYS/MinGW on Windownone