diff options
| author | Mel <mel@rnrd.eu> | 2025-07-06 15:25:47 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-06 15:25:47 +0200 |
| commit | 3620cabd1d722e4acc761c7278aa44aba902006c (patch) | |
| tree | d14002e134c4fab723d3db400067b1eb045a8c0f /boot/tests | |
| parent | 660808af50780dae5292c8064d5bddd77246c52b (diff) | |
| download | catskill-3620cabd1d722e4acc761c7278aa44aba902006c.tar.zst catskill-3620cabd1d722e4acc761c7278aa44aba902006c.zip | |
Print formatted lex token value next to token type
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/tests')
| -rw-r--r-- | boot/tests/lex/basic.cskt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/tests/lex/basic.cskt b/boot/tests/lex/basic.cskt index 7380498..26b41f3 100644 --- a/boot/tests/lex/basic.cskt +++ b/boot/tests/lex/basic.cskt @@ -9,4 +9,4 @@ main = fun () int { >>> -NAME ASSIGN WORD_FUN ROUND_OPEN ROUND_CLOSE NAME CURLY_OPEN NEWLINE WORD_RETURN LITERAL_INTEGER PLUS LITERAL_INTEGER NEWLINE CURLY_CLOSE END_OF_FILE +NAME(main) ASSIGN WORD_FUN ROUND_OPEN ROUND_CLOSE NAME(int) CURLY_OPEN NEWLINE WORD_RETURN LITERAL_INTEGER(1) PLUS LITERAL_INTEGER(2) NEWLINE CURLY_CLOSE END_OF_FILE |
