mirror of
https://github.com/sigmasternchen/sql-turing-machine
synced 2025-03-15 08:08:57 +00:00
add comment about the program
This commit is contained in:
parent
78337a036d
commit
1066638380
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue