This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packagedata = packagedata or { } -- namespace proposal for packages | |
local word_count = { threshold = 3, } | |
packagedata.word_count = packagedata.word_count or word_count | |
dofile(kpse.find_file"char-def.lua") -- unicode tables | |
dofile(kpse.find_file"lualibs-table.lua") -- old Context table code | |
local utf = unicode.utf8 | |
local node = node | |
local type = type |