my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'improve grammar in 103_tokenization' (#365) from pebose/exercises:improve-grammar into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/365

Chris Boesch (Feb 27, 2026, 7:54 PM +0100) 1be6fcd7 d5fdfe70

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