33 lines
746 B
Text
33 lines
746 B
Text
|
|
---
|
||
|
|
source: src/parser.rs
|
||
|
|
expression: "parse(file.clone(), String::from(\".exit selct select nsert select\"))"
|
||
|
|
---
|
||
|
|
Err(
|
||
|
|
[
|
||
|
|
Scan(
|
||
|
|
ScanError {
|
||
|
|
location: Location {
|
||
|
|
file: "<stdin>",
|
||
|
|
offset: 6,
|
||
|
|
length: 5,
|
||
|
|
},
|
||
|
|
kind: UnknownKeyword(
|
||
|
|
"selct",
|
||
|
|
),
|
||
|
|
},
|
||
|
|
),
|
||
|
|
Scan(
|
||
|
|
ScanError {
|
||
|
|
location: Location {
|
||
|
|
file: "<stdin>",
|
||
|
|
offset: 19,
|
||
|
|
length: 5,
|
||
|
|
},
|
||
|
|
kind: UnknownKeyword(
|
||
|
|
"nsert",
|
||
|
|
),
|
||
|
|
},
|
||
|
|
),
|
||
|
|
],
|
||
|
|
)
|