An open API service indexing awesome lists of open source software.

https://github.com/radad/lua

Lua build for MSVC 32-bit and 64-bit
https://github.com/radad/lua

lua win32 windows

Last synced: 8 months ago
JSON representation

Lua build for MSVC 32-bit and 64-bit

Awesome Lists containing this project

README

          

# Lua

Lua build for MSVC 32-bit and 64-bit

![Windows](https://img.shields.io/badge/platform-Windows-blue.svg)
[![Downloads](https://img.shields.io/github/downloads/RadAd/Lua/total.svg)](https://github.com/RadAd/Lua/releases/latest)
[![Releases](https://img.shields.io/github/release/RadAd/Lua.svg)](https://github.com/RadAd/Lua/releases/latest)
[![commits-since](https://img.shields.io/github/commits-since/RadAd/Lua/latest.svg)](https://github.com/RadAd/Lua/commits/master)
[![Build](https://img.shields.io/appveyor/ci/RadAd/Lua.svg)](https://ci.appveyor.com/project/RadAd/Lua)

## Dependencies
+ [![Lua v5.4.7](https://img.shields.io/badge/Lua-v5.4.7-blue)](https://github.com/lua/lua) [![Lua Release](https://img.shields.io/github/v/release/lua/lua?label=Latest)](https://github.com/lua/lua/releases) [![commits-since](https://img.shields.io/github/commits-since/lua/lua/v5.4.7)](https://github.com/lua/lua/commits/master/)

## Features
- Added an icon to Lua.exe
- Added version information to Lua.exe and Lua.dll
- lua_readline implemented using ReadConsole