add comment about the program

This commit is contained in:
Sigma 2024-09-16 21:46:19 +02:00 committed by GitHub
parent 78337a036d
commit 1066638380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ CREATE TABLE program (
reject BOOL DEFAULT false reject BOOL DEFAULT false
); );
-- This program is a binary palindrome recognizer, using the value 'a' and 'b'.
INSERT INTO program VALUES INSERT INTO program VALUES
-- search right -- search right
(000, 0 , 100, 0 , 0, false, false), -- input is empty; accept (000, 0 , 100, 0 , 0, false, false), -- input is empty; accept