From a2b0b976a688ce2f6694f1767961b31ccfdb510f Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 26 Jun 2023 00:54:39 +0200 Subject: First tokenization exerice. --- patches/patches/103_tokenization.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/103_tokenization.patch (limited to 'patches') 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"); -- cgit v1.2.3