mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-16 09:35:05 +01:00
rename parser crate
This commit is contained in:
parent
4aabcdfd76
commit
632f9d3426
16 changed files with 31 additions and 27 deletions
19
parser/src/snapshots/parser__lexer__tests__literals.snap
Normal file
19
parser/src/snapshots/parser__lexer__tests__literals.snap
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
source: parser/src/lexer.rs
|
||||
assertion_line: 131
|
||||
expression: tokens
|
||||
---
|
||||
[
|
||||
String(
|
||||
"\"hello friend\"",
|
||||
),
|
||||
Integer(
|
||||
"5",
|
||||
),
|
||||
String(
|
||||
"\"morning\"",
|
||||
),
|
||||
Integer(
|
||||
"3263475",
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue