Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / crystal / test_operator_methods.txt
Size: Mime:
---input---
([] of Int32).[]?(5)

---tokens---
'('           Punctuation
'['           Operator
']'           Operator
' '           Text.Whitespace
'of'          Keyword
' '           Text.Whitespace
'Int32'       Name
')'           Punctuation
'.'           Operator
'[]?'         Name.Operator
'('           Punctuation
'5'           Literal.Number.Integer
')'           Punctuation
'\n'          Text.Whitespace