# bee.lua **Repository Path**: yjbdsky/bee.lua ## Basic Information - **Project Name**: bee.lua - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-01 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bee.lua Lua runtime and toolset [![Build Status](https://github.com/actboy168/bee.lua/workflows/build/badge.svg)](https://github.com/actboy168/bee.lua/actions?workflow=build) ## 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 * Add error hook (for debugger) * Add resume/yield 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