summaryrefslogtreecommitdiff
path: root/tests/examplefiles/erlang/test.escript.output
blob: c8359dab5ddd48392ccf52f7213263d90d897765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'#!/usr/bin/env escript\n' Comment.Hashbang

'\n'          Text

'main'        Name.Function
'('           Punctuation
'_'           Punctuation
'Args'        Name.Variable
')'           Punctuation
' '           Text
'-'           Operator
'>'           Operator
'\n    '      Text
'ok'          Name
'.'           Punctuation
'\n'          Text