[
  {"type":"Keyword","value":"module"},
  {"type":"Text","value":" "},
  {"type":"NameNamespace","value":"main"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n"},
  {"type":"Keyword","value":"import"},
  {"type":"Text","value":" "},
  {"type":"NameNamespace","value":"std"},
  {"type":"Punctuation","value":"::"},
  {"type":"NameNamespace","value":"io"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n\n"},
  {"type":"Keyword","value":"enum"},
  {"type":"Text","value":" "},
  {"type":"NameClass","value":"Weather"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"("},
  {"type":"NameClass","value":"String"},
  {"type":"Text","value":" "},
  {"type":"NameOther","value":"name"},
  {"type":"Punctuation","value":")"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n\t"},
  {"type":"NameClass","value":"RAINY"},
  {"type":"Text","value":"   "},
  {"type":"Operator","value":"="},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"rainy\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n\t"},
  {"type":"NameClass","value":"COLD"},
  {"type":"Text","value":"    "},
  {"type":"Operator","value":"="},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"cold\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n\t"},
  {"type":"NameClass","value":"HOT"},
  {"type":"Text","value":"     "},
  {"type":"Operator","value":"="},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"hot\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n\t"},
  {"type":"NameClass","value":"SUNNY"},
  {"type":"Text","value":"   "},
  {"type":"Operator","value":"="},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"sunny\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n\t"},
  {"type":"NameClass","value":"THUNDER"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"="},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"stormy\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentMultiline","value":"\u003c*\n\t@require $defined($Enum.values) \u0026\u0026\u0026 $defined($Enum.names) \u0026\u0026\u0026 $defined($Enum.values[0].name)\n*\u003e"},
  {"type":"Text","value":"\n"},
  {"type":"Keyword","value":"macro"},
  {"type":"Text","value":" "},
  {"type":"NameBuiltin","value":"void"},
  {"type":"Text","value":" "},
  {"type":"NameFunction","value":"@im_a_macro"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"("},
  {"type":"NameClass","value":"$Enum"},
  {"type":"Punctuation","value":")"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n\t"},
  {"type":"Keyword","value":"$foreach"},
  {"type":"Text","value":" "},
  {"type":"NameOther","value":"$i"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"NameOther","value":"$val"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"NameClass","value":"$Enum"},
  {"type":"Punctuation","value":"."},
  {"type":"NameOther","value":"values"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":"\n\t\t"},
  {"type":"Keyword","value":"$switch"},
  {"type":"Text","value":" "},
  {"type":"NameOther","value":"$i"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":"\n\t\t"},
  {"type":"Keyword","value":"$case"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumber","value":"0"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":"\n\t\t\t"},
  {"type":"NameNamespace","value":"io"},
  {"type":"Punctuation","value":"::"},
  {"type":"NameFunction","value":"print"},
  {"type":"Punctuation","value":"("},
  {"type":"NameFunction","value":"@sprintf"},
  {"type":"Punctuation","value":"("},
  {"type":"LiteralStringDouble","value":"\"The %s could be %s, \""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"NameClass","value":"$Enum"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"NameOther","value":"$val"},
  {"type":"Punctuation","value":"."},
  {"type":"NameOther","value":"name"},
  {"type":"Punctuation","value":"));"},
  {"type":"Text","value":"\n\t\t"},
  {"type":"Keyword","value":"$case"},
  {"type":"Text","value":" "},
  {"type":"NameClass","value":"$Enum"},
  {"type":"Punctuation","value":"."},
  {"type":"NameOther","value":"values"},
  {"type":"Punctuation","value":"."},
  {"type":"NameOther","value":"len"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumber","value":"1"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":"\n\t\t\t"},
  {"type":"NameNamespace","value":"io"},
  {"type":"Punctuation","value":"::"},
  {"type":"NameFunction","value":"printn"},
  {"type":"Punctuation","value":"("},
  {"type":"NameFunction","value":"@sprintf"},
  {"type":"Punctuation","value":"("},
  {"type":"LiteralStringDouble","value":"\"or %s.\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"NameOther","value":"$val"},
  {"type":"Punctuation","value":"."},
  {"type":"NameOther","value":"name"},
  {"type":"Punctuation","value":"));"},
  {"type":"Text","value":"\n\t\t"},
  {"type":"Keyword","value":"$default"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":"\n\t\t\t"},
  {"type":"NameNamespace","value":"io"},
  {"type":"Punctuation","value":"::"},
  {"type":"NameFunction","value":"print"},
  {"type":"Punctuation","value":"("},
  {"type":"NameFunction","value":"@sprintf"},
  {"type":"Punctuation","value":"("},
  {"type":"LiteralStringDouble","value":"\"%s, \""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"NameOther","value":"$val"},
  {"type":"Punctuation","value":"."},
  {"type":"NameOther","value":"name"},
  {"type":"Punctuation","value":"));"},
  {"type":"Text","value":"\n\t\t"},
  {"type":"Keyword","value":"$endswitch"},
  {"type":"Text","value":"\n\t"},
  {"type":"Keyword","value":"$endforeach"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n\n"},
  {"type":"Keyword","value":"fn"},
  {"type":"Text","value":" "},
  {"type":"NameBuiltin","value":"int"},
  {"type":"Text","value":" "},
  {"type":"NameFunction","value":"main"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"()"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n\t"},
  {"type":"NameNamespace","value":"io"},
  {"type":"Punctuation","value":"::"},
  {"type":"NameFunction","value":"printn"},
  {"type":"Punctuation","value":"("},
  {"type":"LiteralStringDouble","value":"\"Hello, world!\""},
  {"type":"Punctuation","value":");"},
  {"type":"Text","value":"\n\t"},
  {"type":"NameFunction","value":"@im_a_macro"},
  {"type":"Punctuation","value":"("},
  {"type":"NameClass","value":"Weather"},
  {"type":"Punctuation","value":");"},
  {"type":"Text","value":"\n\n\t"},
  {"type":"Keyword","value":"return"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumber","value":"0"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"}"}
]
