18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
""
|
|
"fo\"obar"
|
|
'turkey
|
|
(define a 'foo)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"fo\\\"obar\""],
|
|
["string", "'turkey"],
|
|
["punctuation", "("], ["keyword", "define"], " a ", ["string","'foo"], ["punctuation",")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings and symbols.
|