summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-11-22 18:49:57 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-11-22 18:49:57 +0200
commit46fedb7902b28692c32b8f77ddd10d51cfb1ff7a (patch)
treeeb231da8791f35287dc9cc67457e4915cba34d62
parent0ac5b6a0932ef22fe18c8bf69fda0f30d3688c14 (diff)
Nom parser
-rw-r--r--2021/readme.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/2021/readme.org b/2021/readme.org
index 642364f..f2e71ba 100644
--- a/2021/readme.org
+++ b/2021/readme.org
@@ -1,2 +1,5 @@
* Advent of Code 2021
+In this year, I actually learned to use [[https://lib.rs/nom][Nom]] to parse inputs. This was
+difficult at first, but worked out really well in the long term I'd
+say.