From 8c013800865dbd0c3cdea6312d664fcf2bc61bed Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 6 May 2013 11:51:35 +0200 Subject: =?UTF-8?q?don=E2=80=99t=20print=20parser=20stats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luaotfload-features.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luaotfload-features.lua') diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 76ccc53..f91aee7 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -305,7 +305,7 @@ local specification = (prefixed + unprefixed) local font_request = Ct(path_lookup * (colon^-1 * features)^-1 + specification * (colon * features)^-1) - lpeg.print(font_request) +-- lpeg.print(font_request) --- new parser: 657 rules --- old parser: 230 rules -- cgit v1.2.3