···2424// suited to understand the basic principles.
2525//
2626// In the following exercises we will also read and process data from
2727-// large files and at the latest then it will be clear to everyone how
2828-// useful all this is.
2727+// large files, it will then be clearer to you how useful all this is.
2928//
3029// Let's start with the analysis of the example from the Zig homepage
3130// and explain the most important things.
+3-3
patches/patches/103_tokenization.patch
···11---- exercises/103_tokenization.zig 2023-10-05 21:57:23.245974688 +0200
22-+++ answers/103_tokenization.zig 2023-10-05 22:06:08.319119156 +0200
33-@@ -136,7 +136,7 @@
11+--- exercises/103_tokenization.zig 2026-02-27 19:25:11
22++++ answers/103_tokenization.zig 2026-02-27 19:26:04
33+@@ -134,7 +134,7 @@
44 ;
5566 // now the tokenizer, but what do we need here?