No types, no fucking types. Just bugs

This commit is contained in:
2025-01-07 22:22:05 +01:00
parent 1f134595de
commit 2a56ea9be2
6 changed files with 68 additions and 49 deletions

View File

@@ -166,6 +166,18 @@ test "keywords" {
try testTokenize("test const else", &.{ .keyword_test, .keyword_const, .keyword_else });
}
test "parser first test" {
try testTokenize(
\\
\\
\\// hello
\\
\\
,
&.{},
);
}
test "line comment followed by top-level comptime" {
try testTokenize(
\\// line comment