Skip to content
forked from moonjit/moonjit

Integration fork of the original LuaJIT. README describes differences from the original.

Notifications You must be signed in to change notification settings

valpackett/LuaJIT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaJIT
======

This is an integrtion fork of the original
[LuaJIT project](https://repo.or.cz/w/luajit-2.0.git) authored by Mike Pall
with the aim of providing a quicker paced and more inclusive development
workflow for LuaJIT.  The original README is preserved below for posterity.
This repo will attempt to remain in sync with developments in the original
LuaJIT but will allow space to innovate and fix bugs so as to provide
continuity for people interested in the project.

LuaJIT is Copyright (c) 2005-2019 Mike Pall and various contributors.  The list
of contributors may be found via the git log and from the CONTRIBUTORS file in
the top level of these sources, which is updated on a regular basis.

Branches
--------

The original LuaJIT project had two supported versions in v2.0 and v2.1.  These
were tracked using three branches, master, v2.0 and v2.1, where master is used
for v2.0 bug fixes and v2.0 simply tracks master.  This is confusing and does
not allow space for new development, so this project has a slightly different
branch layout that helps unblock development and also track the original
LuaJIT.

This repo has the following main branches:

  * master: This is where new features and language support will land.  This may
  diverge from the original LuaJIT, although as the goal of this project
  suggests, attempts will be made to remain as compatible as possible.
  * v2.1: This remains a bug fix branch for this repository and will be regularly
  merged with the upstream v2.1 branch.
  * v2.0: This remains a bug fix branch that tracks the v2.0 branch upstream.

The upstream master branch currently only tracks the v2.0 branch (or vice
versa, we may never know!) so it is ignored.

Original README
===============

README for LuaJIT 2.1.0-beta3
-----------------------------

LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.

Project Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2017 Mike Pall.
LuaJIT is free software, released under the MIT license.
See full Copyright Notice in the COPYRIGHT file or in luajit.h.

Documentation for LuaJIT is available in HTML format.
Please point your favorite browser to:

 doc/luajit.html

About

Integration fork of the original LuaJIT. README describes differences from the original.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 71.2%
  • Lua 26.4%
  • Makefile 0.9%
  • C 0.9%
  • Batchfile 0.5%
  • Roff 0.1%