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/pov/while.pov.output
2021-11-21 18:28:32 +01:00

89 lines
2.4 KiB
Text
Generated

'#declare' Comment.Preproc
' ' Text.Whitespace
'Index1' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'0' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace
'#while' Comment.Preproc
'(' Punctuation
'Index1' Name
' ' Text.Whitespace
'<' Punctuation
'=' Operator
' ' Text.Whitespace
'9' Literal.Number.Integer
')' Punctuation
'\n\n ' Text.Whitespace
'#declare' Comment.Preproc
' ' Text.Whitespace
'Index2' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'0' Literal.Number.Integer
';' Punctuation
'\n ' Text.Whitespace
'#while' Comment.Preproc
'(' Punctuation
'Index2' Name
' ' Text.Whitespace
'<' Punctuation
'=' Operator
' ' Text.Whitespace
'19' Literal.Number.Integer
')' Punctuation
'\n\n ' Text.Whitespace
'sphere' Name.Builtin
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'<' Punctuation
'Index1' Name
',' Punctuation
' ' Text.Whitespace
'Index2' Name
',' Punctuation
' ' Text.Whitespace
'0' Literal.Number.Integer
'>' Punctuation
',' Punctuation
' ' Text.Whitespace
'.5' Literal.Number.Float
' ' Text.Whitespace
'}' Punctuation
'\n\n ' Text.Whitespace
'#declare' Comment.Preproc
' ' Text.Whitespace
'Index2' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'Index2' Name
' ' Text.Whitespace
'+' Operator
' ' Text.Whitespace
'1' Literal.Number.Integer
';' Punctuation
'\n ' Text.Whitespace
'#end' Comment.Preproc
'\n\n ' Text.Whitespace
'#declare' Comment.Preproc
' ' Text.Whitespace
'Index1' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'Index1' Name
' ' Text.Whitespace
'+' Operator
' ' Text.Whitespace
'1' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace
'#end' Comment.Preproc
'\n' Text.Whitespace