Mercurial
comparison third_party/luajit/README @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | 94705b5986b3 |
| children |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 1 README for LuaJIT 2.1 | |
| 2 --------------------- | |
| 3 | |
| 4 LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. | |
| 5 | |
| 6 Project Homepage: https://luajit.org/ | |
| 7 | |
| 8 LuaJIT is Copyright (C) 2005-2023 Mike Pall. | |
| 9 LuaJIT is free software, released under the MIT license. | |
| 10 See full Copyright Notice in the COPYRIGHT file or in luajit.h. | |
| 11 | |
| 12 Documentation for LuaJIT is available in HTML format. | |
| 13 Please point your favorite browser to: | |
| 14 | |
| 15 doc/luajit.html | |
| 16 |