Discookie / luam

LUA Merger - a pre-runtime require implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LUA Merger - a pre-runtime require implementation

Not so long ago I encountered a sandbox where require() was disabled. Here is my attempt at making a file merger that does just that, but without relying on the sandbox.

This tool is fully command-line and I do not intend to write a GUI for it.

Usage

luam [args] <input> [<output>] [<input2> <output2>]...

More detailed usage available with -h, examples are available with -u.

Build

Use make.bat to build it with g++ (needs to be in PATH). Uses the C++11 standard with standard C++ libraries.


(c) 2017 Discookie - Released under the MIT license.

About

LUA Merger - a pre-runtime require implementation

License:MIT License


Languages

Language:C++ 99.5%Language:Batchfile 0.5%