122 lines
4.4 KiB
Text
122 lines
4.4 KiB
Text
[
|
|
{"type":"KeywordNamespace","value":"package"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameOther","value":"main"},
|
|
{"type":"Text","value":"\n\n"},
|
|
{"type":"KeywordNamespace","value":"import"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"LiteralString","value":"\"fmt\""},
|
|
{"type":"Text","value":"\n\n"},
|
|
{"type":"KeywordDeclaration","value":"func"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameFunction","value":"main"},
|
|
{"type":"Punctuation","value":"()"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"{"},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"NameOther","value":"fmt"},
|
|
{"type":"Punctuation","value":"."},
|
|
{"type":"NameFunction","value":"Println"},
|
|
{"type":"Punctuation","value":"("},
|
|
{"type":"LiteralString","value":"\"Hello World!\""},
|
|
{"type":"Punctuation","value":")"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"Punctuation","value":"}"},
|
|
{"type":"Text","value":"\n\n"},
|
|
{"type":"KeywordDeclaration","value":"var"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameOther","value":"n"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"KeywordType","value":"int"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"="},
|
|
{"type":"Text","value":" "},
|
|
{"type":"LiteralNumberHex","value":"0x21"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Operator","value":"+"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"LiteralNumberInteger","value":"1_000"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"KeywordDeclaration","value":"var"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameOther","value":"n2"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"KeywordType","value":"float64"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"="},
|
|
{"type":"Text","value":" "},
|
|
{"type":"LiteralNumberFloat","value":"1e3"},
|
|
{"type":"Text","value":"\n\n"},
|
|
{"type":"KeywordDeclaration","value":"func"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameFunction","value":"hello"},
|
|
{"type":"Punctuation","value":"("},
|
|
{"type":"NameOther","value":"a"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"KeywordType","value":"int"},
|
|
{"type":"Punctuation","value":")"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"{"},
|
|
{"type":"Text","value":"\n\t"},
|
|
{"type":"NameOther","value":"fmt"},
|
|
{"type":"Punctuation","value":"."},
|
|
{"type":"NameFunction","value":"Println"},
|
|
{"type":"Punctuation","value":"("},
|
|
{"type":"LiteralString","value":"\"Hello World!\""},
|
|
{"type":"Punctuation","value":")."},
|
|
{"type":"NameFunction","value":"Hello"},
|
|
{"type":"Punctuation","value":"()"},
|
|
{"type":"Text","value":"\n\n "},
|
|
{"type":"Keyword","value":"return"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"KeywordDeclaration","value":"func"},
|
|
{"type":"Punctuation","value":"()"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"KeywordType","value":"int"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"{"},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"Keyword","value":"return"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameOther","value":"i"},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"Punctuation","value":"}"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"Punctuation","value":"}"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"CommentSingle","value":"// One last thing\n"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"KeywordDeclaration","value":"type"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameOther","value":"Int"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"KeywordDeclaration","value":"interface"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"{"},
|
|
{"type":"Text","value":"\n\t"},
|
|
{"type":"Punctuation","value":"~"},
|
|
{"type":"KeywordType","value":"int"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"|"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"~"},
|
|
{"type":"KeywordType","value":"int8"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"|"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"~"},
|
|
{"type":"KeywordType","value":"int16"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"|"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"~"},
|
|
{"type":"KeywordType","value":"int32"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"|"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"~"},
|
|
{"type":"KeywordType","value":"int64"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"Punctuation","value":"}"},
|
|
{"type":"Text","value":"\n"}
|
|
]
|