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=1.8 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:80ed:: with SMTP id 100mr22523046qvb.40.1608655433948; Tue, 22 Dec 2020 08:43:53 -0800 (PST) X-Received: by 2002:ad4:4ea2:: with SMTP id ed2mr22720320qvb.59.1608655433725; Tue, 22 Dec 2020 08:43:53 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!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 08:43:53 -0800 (PST) In-Reply-To: <1e52d940-eb0c-4c13-a5cf-e3db46d4f0c0n@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a03:7380:380d:3b:2d58:2165:f250:6603; posting-account=K1cP1QoAAAD_GR6kW2Td0NqGqGBLRE8h NNTP-Posting-Host: 2a03:7380:380d:3b:2d58:2165:f250:6603 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: Maxim Reznik Injection-Date: Tue, 22 Dec 2020 16:43:53 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60929 List-Id: 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