langSysTable top-level property
// Script, Feature, Lookup lists ///////////////////////////////////////////////
Implementation
// https://www.microsoft.com/typography/OTSPEC/chapter2.htm
var langSysTable = {
"reserved": Parser.uShort,
"reqFeatureIndex": Parser.uShort,
"featureIndexes": Parser.uShortList
};