Skip to content

PCForrest/Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua

This repository contains a Visual Studio 2022 solution with 4 projects:

  • Lua interpreter
  • Lua dynamic link library (for interpreter)
  • Lua compiler
  • Lua setup for windows

The DLL (lua.dll) is a dependency of the interpreter project (lua.exe). The compiler (luac.exe) is a standalone project. All three are dependencies of the setup project (setup.exe and luasetup.msi).

The source code (see src folder) is shared (in part or in whole) by the compiler, interpreter and DLL.

All source code Copyright (c) 1994-2025 Lua.org, PUC-Rio

About

Lua interpreter and compiler with setup for Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages