First tokenization exerice.

This commit is contained in:
Chris Boesch 2023-06-26 00:54:39 +02:00
parent 371beb1658
commit ec5e15ab67
3 changed files with 175 additions and 0 deletions

View file

@ -1057,6 +1057,27 @@ const exercises = [_]Exercise{
.output = "",
.kind = .@"test",
},
.{
.main_file = "103_tokenization.zig",
.output =
\\My
\\name
\\is
\\Ozymandias
\\King
\\of
\\Kings
\\Look
\\on
\\my
\\Works
\\ye
\\Mighty
\\and
\\despair
\\This little poem has 15 words!
,
},
.{
.main_file = "999_the_end.zig",
.output =