From 5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 25 Apr 2018 22:52:33 -0400 Subject: Removed LuaJIT version of Textadept. Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax. --- TECHNOLOGY.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TECHNOLOGY.md') 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 -- cgit v1.2.3