3 Commits (376a8396725d981db776d6e7f3e2196af4f106ef)

Author SHA1 Message Date
Chris Boesch 8257ccb5c8 Text improvement
closes #47
7 months ago
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
12 months ago
Chris Boesch a2b0b976a6 First tokenization exerice. 1 year ago