# bee.lua **Repository Path**: tsukiko/bee.lua ## Basic Information - **Project Name**: bee.lua - **Description**: Lua runtime and toolset - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bee.lua Lua runtime and toolset [![Build Status](https://dev.azure.com/actboy168/bee.lua/_apis/build/status/bee.lua?branchName=master)](https://dev.azure.com/actboy168/bee.lua/_build/latest?definitionId=5?branchName=master) ## Build * install ninja * ninja -f ninja/msvc.ninja * ninja -f ninja/mingw.ninja * ninja -f ninja/linux.ninja * ninja -f ninja/macos.ninja ## Lua patch * Enable ansi escape code on windows * String encoding on windows using utf8 * Remove randomness when traversing the table * Disable load binary chunk (for security) * Add error hook (for debugger) * Add resume hook (for debugger) ## Feature | | Windows | Linux | macOS | | ---------- | ------- | ----- |------ | | filesystem | Yes | Yes | Yes | | thread | Yes | Yes | Yes | | socket | Yes | Yes | Yes | | subprocess | Yes | Yes | Yes | | filewatch | Yes | Yes | Yes | | registry | Yes | N/A | N/A | ## TODO * High-level network library