Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luwow Core Tools

A collection of C++ tools that share the Luau virtual machine.

This repository is not stand-alone. You must build it externally from within another repository like https://github.com/Luwow-Project/Release

Project Overview

This project contains the sources for Luwow core executables:

  • compile - Compiler that takes Luau files and produces bytecode in a package.
  • runscript - Runtime compiler/executor from a filesystem path to the starting Luau script.
  • runpackage - Runtime executor from a package file.

And the core library:

  • Engine - Support for registering and loading in binary modules and running.

Acknowledgments

  • Luau - The scripting language and virtual machine
  • Roblox - For creating and maintaining Luau

About

Small runtime / engine with the goal to make it easy to create and deploy applications or games in Luau with static or dynamic C++ libraries.

Resources

Stars

12 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages