Mirror of the LuaJIT git repository
Go to file
2011-10-22 01:35:57 +02:00
doc FFI: Record loads/stores to external variables in namespaces. 2011-10-11 20:58:04 +02:00
dynasm PPC: Add y-bit variants of conditional branches to DynASM. 2011-09-05 18:26:08 +02:00
etc Clarify name of MIT license. 2011-08-14 21:18:58 +02:00
lib Fix PE/COFF bytecode file format for big-endian targets. 2011-10-19 01:56:44 +02:00
src Cleanup various endianess issues in assembler backend. 2011-10-22 01:35:57 +02:00
.gitignore RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
COPYRIGHT Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
Makefile Mark installed shared library as executable. 2011-08-31 11:56:40 +02:00
README Clarify name of MIT license. 2011-08-14 21:18:58 +02:00

README for LuaJIT 2.0.0-beta8
-----------------------------

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

Project Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2011 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