diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 11:51:35 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 11:51:35 +0200 |
commit | 8c013800865dbd0c3cdea6312d664fcf2bc61bed (patch) | |
tree | ab4e09d2ffa4fdbd35deb7afc73b83dae592a3b8 | |
parent | 1bd7bd84c9a73105fce7909f14628746328ed823 (diff) | |
download | luaotfload-8c013800865dbd0c3cdea6312d664fcf2bc61bed.tar.gz |
don’t print parser stats
-rw-r--r-- | luaotfload-features.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |