15 lines
331 B
Text
15 lines
331 B
Text
---
|
|
source: src/lexer.rs
|
|
expression: "LexIterator{pos: 0,\n source:\n r#\"(foo { \"}\" })\"#.to_string(),}.map(|x|\n x.1).collect::<Vec<_>>()"
|
|
|
|
---
|
|
[
|
|
LPren,
|
|
Symbol(
|
|
"foo",
|
|
),
|
|
SimplExpr(
|
|
" \"}\" ",
|
|
),
|
|
RPren,
|
|
]
|