From 1ce662294b587be3787901abeca2782992b94b66 Mon Sep 17 00:00:00 2001 From: bronku Date: Fri, 21 Nov 2025 17:45:39 +0100 Subject: [PATCH] first test --- test/lexer/1.out | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/lexer/1.out diff --git a/test/lexer/1.out b/test/lexer/1.out new file mode 100644 index 0000000..e9301a8 --- /dev/null +++ b/test/lexer/1.out @@ -0,0 +1,14 @@ +IDENTIFIER hello +EQUALS +NUMBER 42 +NEWLINE +IDENTIFIER name +EQUALS +STRING "world" +NEWLINE +IDENTIFIER x +PLUS +IDENTIFIER y +MINUS +IDENTIFIER z +EOF