blob: 71cbc48f10589a0cddc66cfe2750a9bc85c1c82c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
'program ' Keyword
'main' Name
'\n ' Text.Whitespace
'integer' Keyword.Type
',' Punctuation
' ' Text.Whitespace
'parameter' Keyword
' ' Text.Whitespace
'::' Keyword.Declaration
' ' Text.Whitespace
'mykind' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'selected_real_kind' Name.Builtin
'(' Punctuation
')' Punctuation
'\n ' Text.Whitespace
'print' Keyword
' ' Text.Whitespace
'*' Operator
',' Punctuation
' ' Text.Whitespace
'1' Literal.Number.Integer
'\n ' Text.Whitespace
'print' Keyword
' ' Text.Whitespace
'*' Operator
',' Punctuation
' ' Text.Whitespace
'1_mykind' Literal.Number.Integer
'\n ' Text.Whitespace
'print' Keyword
' ' Text.Whitespace
'*' Operator
',' Punctuation
' ' Text.Whitespace
'1.' Literal.Number.Float
'\n ' Text.Whitespace
'print' Keyword
' ' Text.Whitespace
'*' Operator
',' Punctuation
' ' Text.Whitespace
'1._mykind' Literal.Number.Float
'\n ' Text.Whitespace
'print' Keyword
' ' Text.Whitespace
'*' Operator
',' Punctuation
' ' Text.Whitespace
'(' Punctuation
'1.' Literal.Number.Float
',' Punctuation
' ' Text.Whitespace
'1._mykind' Literal.Number.Float
')' Punctuation
'\n' Text.Whitespace
'end ' Keyword
'program ' Keyword
'main' Name
'\n' Text.Whitespace
|