aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-06-26 09:21:26 +0200
committerGitHub <[email protected]>2023-06-26 09:21:26 +0200
commitc3aed336e70392e33dfebf32489f803bf6736ab9 (patch)
tree18a2baf09cc1fecdc79a73cdf8ad9f9cc51fd47e /patches
parent2705e16c364f6a224e418fa895b9a60246a8bad0 (diff)
parenta2b0b976a688ce2f6694f1767961b31ccfdb510f (diff)
downloadziglings-c3aed336e70392e33dfebf32489f803bf6736ab9.tar.xz
ziglings-c3aed336e70392e33dfebf32489f803bf6736ab9.zip
Merge pull request #331 from ratfactor/tokenization
First tokenization exerice
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/103_tokenization.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/103_tokenization.patch b/patches/patches/103_tokenization.patch
new file mode 100644
index 0000000..973ffe6
--- /dev/null
+++ b/patches/patches/103_tokenization.patch
@@ -0,0 +1,4 @@
+139c139
+< var it = std.mem.tokenize(u8, poem, ???);
+---
+> var it = std.mem.tokenize(u8, poem, " ,;!\n");