static LS identifiers(S s) { ret tok_identifiersInOrder(s); } static LS identifiers(LS tok) { ret tok_identifiersInOrder(tok); }