From 66d3fe0ec287aee7ee5180ee5c6ec01129b791b0 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 14 Jan 2014 10:19:13 +0100 Subject: [parsers] add file stub of luaotfload-parsers.lua to repo --- luaotfload-parsers.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 luaotfload-parsers.lua (limited to 'luaotfload-parsers.lua') diff --git a/luaotfload-parsers.lua b/luaotfload-parsers.lua new file mode 100644 index 0000000..5391a1d --- /dev/null +++ b/luaotfload-parsers.lua @@ -0,0 +1,21 @@ +#!/usr/bin/env texlua +----------------------------------------------------------------------- +-- FILE: luaotfload-parsers.lua +-- DESCRIPTION: various lpeg-based parsers used in Luaotfload +-- REQUIREMENTS: Luaotfload > 2.4 +-- AUTHOR: Philipp Gesang (Phg), +-- VERSION: same as Luaotfload +-- CREATED: 2014-01-14 10:15:20+0100 +----------------------------------------------------------------------- +-- + +if not modules then modules = { } end modules ['luaotfload-parsers'] = { + version = "2.5", + comment = "companion to luaotfload.lua", + author = "Philipp Gesang", + copyright = "Luaotfload Development Team", + license = "GNU GPL v2.0" +} + + + -- cgit v1.2.3