|
1 | | -# This is an auto-generated file. Regular comments will be removed when this |
2 | | -# file is regenerated. Regenerating will not touch any manually added keys, |
3 | | -# so comments can be added in a "comment" key. |
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
4 | 11 |
|
5 | 12 | [9962203f-f00a-4a85-b404-8a8ecbcec09d] |
6 | | -description = "numbers just get pushed onto the stack" |
| 13 | +description = "parsing and numbers -> numbers just get pushed onto the stack" |
| 14 | + |
| 15 | +[fd7a8da2-6818-4203-a866-fed0714e7aa0] |
| 16 | +description = "parsing and numbers -> pushes negative numbers onto the stack" |
7 | 17 |
|
8 | 18 | [9e69588e-a3d8-41a3-a371-ea02206c1e6e] |
9 | | -description = "can add two numbers" |
| 19 | +description = "addition -> can add two numbers" |
10 | 20 |
|
11 | 21 | [52336dd3-30da-4e5c-8523-bdf9a3427657] |
12 | | -description = "errors if there is nothing on the stack" |
| 22 | +description = "addition -> errors if there is nothing on the stack" |
13 | 23 |
|
14 | 24 | [06efb9a4-817a-435e-b509-06166993c1b8] |
15 | | -description = "errors if there is only one value on the stack" |
| 25 | +description = "addition -> errors if there is only one value on the stack" |
| 26 | + |
| 27 | +[1e07a098-c5fa-4c66-97b2-3c81205dbc2f] |
| 28 | +description = "addition -> more than two values on the stack" |
16 | 29 |
|
17 | 30 | [09687c99-7bbc-44af-8526-e402f997ccbf] |
18 | | -description = "can subtract two numbers" |
| 31 | +description = "subtraction -> can subtract two numbers" |
19 | 32 |
|
20 | 33 | [5d63eee2-1f7d-4538-b475-e27682ab8032] |
21 | | -description = "errors if there is nothing on the stack" |
| 34 | +description = "subtraction -> errors if there is nothing on the stack" |
22 | 35 |
|
23 | 36 | [b3cee1b2-9159-418a-b00d-a1bb3765c23b] |
24 | | -description = "errors if there is only one value on the stack" |
| 37 | +description = "subtraction -> errors if there is only one value on the stack" |
| 38 | + |
| 39 | +[2c8cc5ed-da97-4cb1-8b98-fa7b526644f4] |
| 40 | +description = "subtraction -> more than two values on the stack" |
25 | 41 |
|
26 | 42 | [5df0ceb5-922e-401f-974d-8287427dbf21] |
27 | | -description = "can multiply two numbers" |
| 43 | +description = "multiplication -> can multiply two numbers" |
28 | 44 |
|
29 | 45 | [9e004339-15ac-4063-8ec1-5720f4e75046] |
30 | | -description = "errors if there is nothing on the stack" |
| 46 | +description = "multiplication -> errors if there is nothing on the stack" |
31 | 47 |
|
32 | 48 | [8ba4b432-9f94-41e0-8fae-3b3712bd51b3] |
33 | | -description = "errors if there is only one value on the stack" |
| 49 | +description = "multiplication -> errors if there is only one value on the stack" |
| 50 | + |
| 51 | +[5cd085b5-deb1-43cc-9c17-6b1c38bc9970] |
| 52 | +description = "multiplication -> more than two values on the stack" |
34 | 53 |
|
35 | 54 | [e74c2204-b057-4cff-9aa9-31c7c97a93f5] |
36 | | -description = "can divide two numbers" |
| 55 | +description = "division -> can divide two numbers" |
37 | 56 |
|
38 | 57 | [54f6711c-4b14-4bb0-98ad-d974a22c4620] |
39 | | -description = "performs integer division" |
| 58 | +description = "division -> performs integer division" |
40 | 59 |
|
41 | 60 | [a5df3219-29b4-4d2f-b427-81f82f42a3f1] |
42 | | -description = "errors if dividing by zero" |
| 61 | +description = "division -> errors if dividing by zero" |
43 | 62 |
|
44 | 63 | [1d5bb6b3-6749-4e02-8a79-b5d4d334cb8a] |
45 | | -description = "errors if there is nothing on the stack" |
| 64 | +description = "division -> errors if there is nothing on the stack" |
46 | 65 |
|
47 | 66 | [d5547f43-c2ff-4d5c-9cb0-2a4f6684c20d] |
48 | | -description = "errors if there is only one value on the stack" |
| 67 | +description = "division -> errors if there is only one value on the stack" |
| 68 | + |
| 69 | +[f224f3e0-b6b6-4864-81de-9769ecefa03f] |
| 70 | +description = "division -> more than two values on the stack" |
49 | 71 |
|
50 | 72 | [ee28d729-6692-4a30-b9be-0d830c52a68c] |
51 | | -description = "addition and subtraction" |
| 73 | +description = "combined arithmetic -> addition and subtraction" |
52 | 74 |
|
53 | 75 | [40b197da-fa4b-4aca-a50b-f000d19422c1] |
54 | | -description = "multiplication and division" |
| 76 | +description = "combined arithmetic -> multiplication and division" |
| 77 | + |
| 78 | +[f749b540-53aa-458e-87ec-a70797eddbcb] |
| 79 | +description = "combined arithmetic -> multiplication and addition" |
| 80 | + |
| 81 | +[c8e5a4c2-f9bf-4805-9a35-3c3314e4989a] |
| 82 | +description = "combined arithmetic -> addition and multiplication" |
55 | 83 |
|
56 | 84 | [c5758235-6eef-4bf6-ab62-c878e50b9957] |
57 | | -description = "copies a value on the stack" |
| 85 | +description = "dup -> copies a value on the stack" |
58 | 86 |
|
59 | 87 | [f6889006-5a40-41e7-beb3-43b09e5a22f4] |
60 | | -description = "copies the top value on the stack" |
| 88 | +description = "dup -> copies the top value on the stack" |
61 | 89 |
|
62 | 90 | [40b7569c-8401-4bd4-a30d-9adf70d11bc4] |
63 | | -description = "errors if there is nothing on the stack" |
| 91 | +description = "dup -> errors if there is nothing on the stack" |
64 | 92 |
|
65 | 93 | [1971da68-1df2-4569-927a-72bf5bb7263c] |
66 | | -description = "removes the top value on the stack if it is the only one" |
| 94 | +description = "drop -> removes the top value on the stack if it is the only one" |
67 | 95 |
|
68 | 96 | [8929d9f2-4a78-4e0f-90ad-be1a0f313fd9] |
69 | | -description = "removes the top value on the stack if it is not the only one" |
| 97 | +description = "drop -> removes the top value on the stack if it is not the only one" |
70 | 98 |
|
71 | 99 | [6dd31873-6dd7-4cb8-9e90-7daa33ba045c] |
72 | | -description = "errors if there is nothing on the stack" |
| 100 | +description = "drop -> errors if there is nothing on the stack" |
73 | 101 |
|
74 | 102 | [3ee68e62-f98a-4cce-9e6c-8aae6c65a4e3] |
75 | | -description = "swaps the top two values on the stack if they are the only ones" |
| 103 | +description = "swap -> swaps the top two values on the stack if they are the only ones" |
76 | 104 |
|
77 | 105 | [8ce869d5-a503-44e4-ab55-1da36816ff1c] |
78 | | -description = "swaps the top two values on the stack if they are not the only ones" |
| 106 | +description = "swap -> swaps the top two values on the stack if they are not the only ones" |
79 | 107 |
|
80 | 108 | [74ba5b2a-b028-4759-9176-c5c0e7b2b154] |
81 | | -description = "errors if there is nothing on the stack" |
| 109 | +description = "swap -> errors if there is nothing on the stack" |
82 | 110 |
|
83 | 111 | [dd52e154-5d0d-4a5c-9e5d-73eb36052bc8] |
84 | | -description = "errors if there is only one value on the stack" |
| 112 | +description = "swap -> errors if there is only one value on the stack" |
85 | 113 |
|
86 | 114 | [a2654074-ba68-4f93-b014-6b12693a8b50] |
87 | | -description = "copies the second element if there are only two" |
| 115 | +description = "over -> copies the second element if there are only two" |
88 | 116 |
|
89 | 117 | [c5b51097-741a-4da7-8736-5c93fa856339] |
90 | | -description = "copies the second element if there are more than two" |
| 118 | +description = "over -> copies the second element if there are more than two" |
91 | 119 |
|
92 | 120 | [6e1703a6-5963-4a03-abba-02e77e3181fd] |
93 | | -description = "errors if there is nothing on the stack" |
| 121 | +description = "over -> errors if there is nothing on the stack" |
94 | 122 |
|
95 | 123 | [ee574dc4-ef71-46f6-8c6a-b4af3a10c45f] |
96 | | -description = "errors if there is only one value on the stack" |
| 124 | +description = "over -> errors if there is only one value on the stack" |
97 | 125 |
|
98 | 126 | [ed45cbbf-4dbf-4901-825b-54b20dbee53b] |
99 | | -description = "can consist of built-in words" |
| 127 | +description = "user-defined words -> can consist of built-in words" |
100 | 128 |
|
101 | 129 | [2726ea44-73e4-436b-bc2b-5ff0c6aa014b] |
102 | | -description = "execute in the right order" |
| 130 | +description = "user-defined words -> execute in the right order" |
103 | 131 |
|
104 | 132 | [9e53c2d0-b8ef-4ad8-b2c9-a559b421eb33] |
105 | | -description = "can override other user-defined words" |
| 133 | +description = "user-defined words -> can override other user-defined words" |
106 | 134 |
|
107 | 135 | [669db3f3-5bd6-4be0-83d1-618cd6e4984b] |
108 | | -description = "can override built-in words" |
| 136 | +description = "user-defined words -> can override built-in words" |
109 | 137 |
|
110 | 138 | [588de2f0-c56e-4c68-be0b-0bb1e603c500] |
111 | | -description = "can override built-in operators" |
| 139 | +description = "user-defined words -> can override built-in operators" |
112 | 140 |
|
113 | 141 | [ac12aaaf-26c6-4a10-8b3c-1c958fa2914c] |
114 | | -description = "can use different words with the same name" |
| 142 | +description = "user-defined words -> can use different words with the same name" |
115 | 143 |
|
116 | 144 | [53f82ef0-2750-4ccb-ac04-5d8c1aefabb1] |
117 | | -description = "can define word that uses word with the same name" |
| 145 | +description = "user-defined words -> can define word that uses word with the same name" |
118 | 146 |
|
119 | 147 | [35958cee-a976-4a0f-9378-f678518fa322] |
120 | | -description = "cannot redefine numbers" |
| 148 | +description = "user-defined words -> cannot redefine non-negative numbers" |
121 | 149 |
|
122 | 150 | [df5b2815-3843-4f55-b16c-c3ed507292a7] |
123 | | -description = "cannot redefine negative numbers" |
| 151 | +description = "user-defined words -> cannot redefine negative numbers" |
124 | 152 |
|
125 | 153 | [5180f261-89dd-491e-b230-62737e09806f] |
126 | | -description = "errors if executing a non-existent word" |
| 154 | +description = "user-defined words -> errors if executing a non-existent word" |
| 155 | + |
| 156 | +[3c8bfef3-edbb-49c1-9993-21d4030043cb] |
| 157 | +description = "user-defined words -> only defines locally" |
127 | 158 |
|
128 | 159 | [7b83bb2e-b0e8-461f-ad3b-96ee2e111ed6] |
129 | | -description = "DUP is case-insensitive" |
| 160 | +description = "case-insensitivity -> DUP is case-insensitive" |
130 | 161 |
|
131 | 162 | [339ed30b-f5b4-47ff-ab1c-67591a9cd336] |
132 | | -description = "DROP is case-insensitive" |
| 163 | +description = "case-insensitivity -> DROP is case-insensitive" |
133 | 164 |
|
134 | 165 | [ee1af31e-1355-4b1b-bb95-f9d0b2961b87] |
135 | | -description = "SWAP is case-insensitive" |
| 166 | +description = "case-insensitivity -> SWAP is case-insensitive" |
136 | 167 |
|
137 | 168 | [acdc3a49-14c8-4cc2-945d-11edee6408fa] |
138 | | -description = "OVER is case-insensitive" |
| 169 | +description = "case-insensitivity -> OVER is case-insensitive" |
139 | 170 |
|
140 | 171 | [5934454f-a24f-4efc-9fdd-5794e5f0c23c] |
141 | | -description = "user-defined words are case-insensitive" |
| 172 | +description = "case-insensitivity -> user-defined words are case-insensitive" |
142 | 173 |
|
143 | 174 | [037d4299-195f-4be7-a46d-f07ca6280a06] |
144 | | -description = "definitions are case-insensitive" |
| 175 | +description = "case-insensitivity -> definitions are case-insensitive" |
0 commit comments