This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/fortran/example.f90.output
2021-10-02 13:25:47 +02:00

63 lines
1.7 KiB
Text
Generated

'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