suite.add("JTD test suite: compiled JTD parsers", () => {
  for (const test of tests) {
    test.parse(test.json)
  }
})