8 lines
84 B
Text
8 lines
84 B
Text
---
|
|
source: src/lib.rs
|
|
expression: "p.parse(Lexer::new(\"1\"))"
|
|
|
|
---
|
|
Ok(
|
|
"1",
|
|
)
|