aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-26 00:54:39 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-06-26 00:54:39 +0200
commita2b0b976a688ce2f6694f1767961b31ccfdb510f (patch)
tree18a2baf09cc1fecdc79a73cdf8ad9f9cc51fd47e /patches
parent2705e16c364f6a224e418fa895b9a60246a8bad0 (diff)
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");