diff options
author | 2018-04-25 22:52:33 -0400 | |
---|---|---|
committer | 2018-04-25 22:52:33 -0400 | |
commit | 5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 (patch) | |
tree | a66ddc4caf4b8a9509330433571d586a6843fe27 /TECHNOLOGY.md | |
parent | 795f72c6d49c0566517a43808ce7aaf405220f31 (diff) | |
download | textadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.tar.gz textadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.zip |
Removed LuaJIT version of Textadept.
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
Diffstat (limited to 'TECHNOLOGY.md')
-rw-r--r-- | TECHNOLOGY.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TECHNOLOGY.md b/TECHNOLOGY.md index 309a9f11..81ccba97 100644 --- a/TECHNOLOGY.md +++ b/TECHNOLOGY.md @@ -40,9 +40,6 @@ Lua and includes a few external libraries. Textadept uses Lua as its internal scripting language. Most of Textadept is written in Lua. -=[LuaJIT][] - Just in Time Compiler for Lua= - Textadept optionally uses LuaJIT as a substitute for vanilla Lua. - =[LPeg][] - Parsing Expression Grammars for Lua= Textadept uses LPeg in its Scintilla lexers. @@ -57,7 +54,6 @@ Lua and includes a few external libraries. [GTK+]: http://www.gtk.org [Scintilla]: http://scintilla.org [Lua]: http://www.lua.org -[LuaJIT]: http://luajit.org [LPeg]: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html [LuaFileSystem]: http://keplerproject.github.io/luafilesystem/ [lspawn]: http://foicica.com/hg/lspawn |