blob: 68e18cb2e8e8cdda52ab607bec1a7ff35fc118fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---input---
%link C "object.o"
%name Vect xs
---tokens---
'%link' Keyword.Reserved
' ' Text.Whitespace
'C' Keyword.Type
' ' Text.Whitespace
'"' Literal.String
'object.o' Literal.String
'"' Literal.String
'\n' Text.Whitespace
'%name' Keyword.Reserved
' ' Text.Whitespace
'Vect' Keyword.Type
' ' Text.Whitespace
'xs' Text
'\n' Text.Whitespace
|