mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-14 16:45:05 +01:00
18 lines
209 B
Text
18 lines
209 B
Text
---
|
|
source: src/lexer.rs
|
|
expression: tokens
|
|
---
|
|
[
|
|
String(
|
|
"\"hello friend\"",
|
|
),
|
|
Integer(
|
|
5,
|
|
),
|
|
String(
|
|
"\"morning\"",
|
|
),
|
|
Integer(
|
|
3263475,
|
|
),
|
|
]
|