aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
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");