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/boa/example.boa.output
Sebastian Engel 7c358cd5e6
Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)
* Modernize Whitespace token: basic lexer

* Modernize Whitespace token: bibtex lexer

* Modernize Whitespace token: boa lexer

* Modernize Whitespace token: capnproto lexer + new example

* Modernize Whitespace token: cddl lexer

* Modernize Whitespace token: chapel lexer

* Modernize Whitespace token: c_like lexer

* Modernize Whitespace token: configs lexer

* Modernize Whitespace token: console lexer

* Modernize Whitespace token: crystal lexer

* Modernize Whitespace token: csound lexer

* Modernize Whitespace token: css lexer

* Revert a change in basic lexer
2021-10-23 13:04:56 +02:00

164 lines
4.5 KiB
Text
Generated

'# Computes Number of Public Methods (NPM) for each project, per-type' Comment.Single
'\n' Text.Whitespace
'# Output is: NPM[ProjectID][TypeName] = NPM value' Comment.Single
'\n' Text.Whitespace
'p' Name.Variable
':' Operator
' ' Text.Whitespace
'Project' Name.Classes
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'input' Keyword.Reserved
';' Punctuation
'\n' Text.Whitespace
'NPM' Name.Variable
':' Operator
' ' Text.Whitespace
'output' Keyword.Reserved
' ' Text.Whitespace
'sum' Keyword.Type
'[' Punctuation
'string' Keyword.Type
']' Punctuation
'[' Punctuation
'string' Keyword.Type
']' Punctuation
' ' Text.Whitespace
'of' Keyword.Reserved
' ' Text.Whitespace
'int' Keyword.Type
';' Punctuation
'\n\n' Text.Whitespace
'visit' Keyword.Reserved
'(' Punctuation
'p' Name.Variable
',' Punctuation
' ' Text.Whitespace
'visitor' Keyword.Reserved
' ' Text.Whitespace
'{' Punctuation
'\n\t' Text.Whitespace
'# only look at the latest snapshot' Comment.Single
'\n\t' Text.Whitespace
'before' Keyword.Reserved
' ' Text.Whitespace
'n' Name.Variable
':' Operator
' ' Text.Whitespace
'CodeRepository' Name.Classes
' ' Text.Whitespace
'->' Operator
' ' Text.Whitespace
'{' Punctuation
'\n\t\t' Text.Whitespace
'snapshot' Name.Variable
' ' Text.Whitespace
':=' Operator
' ' Text.Whitespace
'getsnapshot(' Name.Function
'n' Name.Variable
')' Punctuation
';' Punctuation
'\n\t\t' Text.Whitespace
'foreach' Keyword.Reserved
' ' Text.Whitespace
'(' Punctuation
'i' Name.Variable
':' Operator
' ' Text.Whitespace
'int' Keyword.Type
';' Punctuation
' ' Text.Whitespace
'def(' Name.Function
'snapshot' Name.Variable
'[' Punctuation
'i' Name.Variable
']' Punctuation
')' Punctuation
')' Punctuation
'\n\t\t\t' Text.Whitespace
'visit' Keyword.Reserved
'(' Punctuation
'snapshot' Name.Variable
'[' Punctuation
'i' Name.Variable
']' Punctuation
')' Punctuation
';' Punctuation
'\n\t\t' Text.Whitespace
'stop' Keyword.Reserved
';' Punctuation
'\n\t' Text.Whitespace
'}' Punctuation
'\n\t' Text.Whitespace
'before' Keyword.Reserved
' ' Text.Whitespace
'node' Name.Variable
':' Operator
' ' Text.Whitespace
'Declaration' Name.Classes
' ' Text.Whitespace
'->' Operator
'\n\t\t' Text.Whitespace
'if' Keyword.Reserved
' ' Text.Whitespace
'(' Punctuation
'node' Name.Variable
'.' Punctuation
'kind' Name.Variable
' ' Text.Whitespace
'=' Operator
'=' Operator
' ' Text.Whitespace
'TypeKind' Name.Classes
'.' Punctuation
'CLASS' Name.Variable
')' Punctuation
'\n\t\t\t' Text.Whitespace
'foreach' Keyword.Reserved
' ' Text.Whitespace
'(' Punctuation
'i' Name.Variable
':' Operator
' ' Text.Whitespace
'int' Keyword.Type
';' Punctuation
' ' Text.Whitespace
'has_modifier_public' Name.Variable
'(' Punctuation
'node' Name.Variable
'.' Punctuation
'methods' Name.Variable
'[' Punctuation
'i' Name.Variable
']' Punctuation
')' Punctuation
')' Punctuation
'\n\t\t\t\t' Text.Whitespace
'NPM' Name.Variable
'[' Punctuation
'p' Name.Variable
'.' Punctuation
'id' Name.Variable
']' Punctuation
'[' Punctuation
'node' Name.Variable
'.' Punctuation
'name' Name.Variable
']' Punctuation
' ' Text.Whitespace
'<<' Operator
' ' Text.Whitespace
'1' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
')' Punctuation
';' Punctuation
'\n' Text.Whitespace