Commit Graph

6 Commits

Author SHA1 Message Date
Paul Ebose
9798e80deb improve grammar in 103_tokenization 2026-02-27 03:41:27 +01:00
Nikhil
82d5dda273 Update zig homepage example in 103 2025-12-14 18:12:51 -08:00
Chris Boesch
b26e3b2ac4 Fixed error message through a TAB in the comment, see https://github.com/ziglang/zig/issues/20928 2024-08-04 14:19:05 +02:00
Chris Boesch
8257ccb5c8 Text improvement
closes #47
2024-02-11 14:07:37 +00:00
rond
4a3e4474b7 fix(103_tokenization): ✏️ Migrated to tokenizeAny
The tokenize functions seems to be deprecated as per the docs:
https://ziglang.org/documentation/master/std/#A;std:mem.tokenize

tokenizeAny is aliased to tokenizeAny as per:
https://github.com/ziglang/zig/blob/master/lib/std/mem.zig#L2130C32-L2130C32
2023-10-04 04:53:34 +02:00
Chris Boesch
a2b0b976a6 First tokenization exerice. 2023-06-26 00:54:39 +02:00