mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
|
---input---
|
||
|
HTTP
|
||
|
HTTP::Server.new
|
||
|
|
||
|
---tokens---
|
||
|
'HTTP' Name.Constant
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'HTTP' Name
|
||
|
'::' Operator
|
||
|
'Server' Name
|
||
|
'.' Operator
|
||
|
'new' Name
|
||
|
'\n' Text.Whitespace
|