From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:5c0e:: with SMTP id i14mr23168878qti.328.1608685052557; Tue, 22 Dec 2020 16:57:32 -0800 (PST) X-Received: by 2002:ae9:e64d:: with SMTP id x13mr24413122qkl.464.1608685052375; Tue, 22 Dec 2020 16:57:32 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.uzoreto.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 22 Dec 2020 16:57:32 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=173.71.207.183; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 173.71.207.183 References: <52690d99-a8ed-40c3-b3c3-8d54875506a5n@googlegroups.com> <1e52d940-eb0c-4c13-a5cf-e3db46d4f0c0n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Advent of Code, Day 19 From: John Perry Injection-Date: Wed, 23 Dec 2020 00:57:32 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60931 List-Id: On Tuesday, December 22, 2020 at 11:43:54 AM UTC-5, Maxim Reznik wrote: > For Day 19 I tried to make something like "A Pike VM" [1] > It even works with the example, but doesn't find any solution for Part I. > It's hard to debug why, so I give up :) Don't want to spend much time on it... > > [1] https://www.codeproject.com/Articles/5256833/Regex-as-a-Tiny-Threaded-Virtual-Machine I have noticed that the last couple of days, the examples are good to get the idea across, but not necessarily to develop code that works on your actual input. :-(