Skip to content

JustAPerson/lbi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
		lbi - Lua bytecode interpreter

About:
	lbi is a bytecode interpreter for Lua written in Lua. It aims to allow
	the safe and fast emulation of Lua bytecode where using the standard C 
	facilities for this would be dangerous.

Usage:
	Call the function `load_bytecode` which is defined in ./src/lbi.lua
	It will act like the stdlib function `loadstring` except it only will
	accept Lua bytecode (i.e. strings beginning with '\27')

	Or the lbi interpreter can be used standalone by using the ./run.lua
	script. For example:

	$lua run.lua test_file.lua

License:
	lbi is distributed under the MIT license. See ./LICENSE

About

Lua Bytecode Interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages