|
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" |
16 | 26 |
|
17 | 27 | [09687c99-7bbc-44af-8526-e402f997ccbf]
|
18 |
| -description = "can subtract two numbers" |
| 28 | +description = "subtraction -> can subtract two numbers" |
19 | 29 |
|
20 | 30 | [5d63eee2-1f7d-4538-b475-e27682ab8032]
|
21 |
| -description = "errors if there is nothing on the stack" |
| 31 | +description = "subtraction -> errors if there is nothing on the stack" |
22 | 32 |
|
23 | 33 | [b3cee1b2-9159-418a-b00d-a1bb3765c23b]
|
24 |
| -description = "errors if there is only one value on the stack" |
| 34 | +description = "subtraction -> errors if there is only one value on the stack" |
25 | 35 |
|
26 | 36 | [5df0ceb5-922e-401f-974d-8287427dbf21]
|
27 |
| -description = "can multiply two numbers" |
| 37 | +description = "multiplication -> can multiply two numbers" |
28 | 38 |
|
29 | 39 | [9e004339-15ac-4063-8ec1-5720f4e75046]
|
30 |
| -description = "errors if there is nothing on the stack" |
| 40 | +description = "multiplication -> errors if there is nothing on the stack" |
31 | 41 |
|
32 | 42 | [8ba4b432-9f94-41e0-8fae-3b3712bd51b3]
|
33 |
| -description = "errors if there is only one value on the stack" |
| 43 | +description = "multiplication -> errors if there is only one value on the stack" |
34 | 44 |
|
35 | 45 | [e74c2204-b057-4cff-9aa9-31c7c97a93f5]
|
36 |
| -description = "can divide two numbers" |
| 46 | +description = "division -> can divide two numbers" |
37 | 47 |
|
38 | 48 | [54f6711c-4b14-4bb0-98ad-d974a22c4620]
|
39 |
| -description = "performs integer division" |
| 49 | +description = "division -> performs integer division" |
40 | 50 |
|
41 | 51 | [a5df3219-29b4-4d2f-b427-81f82f42a3f1]
|
42 |
| -description = "errors if dividing by zero" |
| 52 | +description = "division -> errors if dividing by zero" |
43 | 53 |
|
44 | 54 | [1d5bb6b3-6749-4e02-8a79-b5d4d334cb8a]
|
45 |
| -description = "errors if there is nothing on the stack" |
| 55 | +description = "division -> errors if there is nothing on the stack" |
46 | 56 |
|
47 | 57 | [d5547f43-c2ff-4d5c-9cb0-2a4f6684c20d]
|
48 |
| -description = "errors if there is only one value on the stack" |
| 58 | +description = "division -> errors if there is only one value on the stack" |
49 | 59 |
|
50 | 60 | [ee28d729-6692-4a30-b9be-0d830c52a68c]
|
51 |
| -description = "addition and subtraction" |
| 61 | +description = "combined arithmetic -> addition and subtraction" |
52 | 62 |
|
53 | 63 | [40b197da-fa4b-4aca-a50b-f000d19422c1]
|
54 |
| -description = "multiplication and division" |
| 64 | +description = "combined arithmetic -> multiplication and division" |
55 | 65 |
|
56 | 66 | [c5758235-6eef-4bf6-ab62-c878e50b9957]
|
57 |
| -description = "copies a value on the stack" |
| 67 | +description = "dup -> copies a value on the stack" |
58 | 68 |
|
59 | 69 | [f6889006-5a40-41e7-beb3-43b09e5a22f4]
|
60 |
| -description = "copies the top value on the stack" |
| 70 | +description = "dup -> copies the top value on the stack" |
61 | 71 |
|
62 | 72 | [40b7569c-8401-4bd4-a30d-9adf70d11bc4]
|
63 |
| -description = "errors if there is nothing on the stack" |
| 73 | +description = "dup -> errors if there is nothing on the stack" |
64 | 74 |
|
65 | 75 | [1971da68-1df2-4569-927a-72bf5bb7263c]
|
66 |
| -description = "removes the top value on the stack if it is the only one" |
| 76 | +description = "drop -> removes the top value on the stack if it is the only one" |
67 | 77 |
|
68 | 78 | [8929d9f2-4a78-4e0f-90ad-be1a0f313fd9]
|
69 |
| -description = "removes the top value on the stack if it is not the only one" |
| 79 | +description = "drop -> removes the top value on the stack if it is not the only one" |
70 | 80 |
|
71 | 81 | [6dd31873-6dd7-4cb8-9e90-7daa33ba045c]
|
72 |
| -description = "errors if there is nothing on the stack" |
| 82 | +description = "drop -> errors if there is nothing on the stack" |
73 | 83 |
|
74 | 84 | [3ee68e62-f98a-4cce-9e6c-8aae6c65a4e3]
|
75 |
| -description = "swaps the top two values on the stack if they are the only ones" |
| 85 | +description = "swap -> swaps the top two values on the stack if they are the only ones" |
76 | 86 |
|
77 | 87 | [8ce869d5-a503-44e4-ab55-1da36816ff1c]
|
78 |
| -description = "swaps the top two values on the stack if they are not the only ones" |
| 88 | +description = "swap -> swaps the top two values on the stack if they are not the only ones" |
79 | 89 |
|
80 | 90 | [74ba5b2a-b028-4759-9176-c5c0e7b2b154]
|
81 |
| -description = "errors if there is nothing on the stack" |
| 91 | +description = "swap -> errors if there is nothing on the stack" |
82 | 92 |
|
83 | 93 | [dd52e154-5d0d-4a5c-9e5d-73eb36052bc8]
|
84 |
| -description = "errors if there is only one value on the stack" |
| 94 | +description = "swap -> errors if there is only one value on the stack" |
85 | 95 |
|
86 | 96 | [a2654074-ba68-4f93-b014-6b12693a8b50]
|
87 |
| -description = "copies the second element if there are only two" |
| 97 | +description = "over -> copies the second element if there are only two" |
88 | 98 |
|
89 | 99 | [c5b51097-741a-4da7-8736-5c93fa856339]
|
90 |
| -description = "copies the second element if there are more than two" |
| 100 | +description = "over -> copies the second element if there are more than two" |
91 | 101 |
|
92 | 102 | [6e1703a6-5963-4a03-abba-02e77e3181fd]
|
93 |
| -description = "errors if there is nothing on the stack" |
| 103 | +description = "over -> errors if there is nothing on the stack" |
94 | 104 |
|
95 | 105 | [ee574dc4-ef71-46f6-8c6a-b4af3a10c45f]
|
96 |
| -description = "errors if there is only one value on the stack" |
| 106 | +description = "over -> errors if there is only one value on the stack" |
97 | 107 |
|
98 | 108 | [ed45cbbf-4dbf-4901-825b-54b20dbee53b]
|
99 |
| -description = "can consist of built-in words" |
| 109 | +description = "user-defined words -> can consist of built-in words" |
100 | 110 |
|
101 | 111 | [2726ea44-73e4-436b-bc2b-5ff0c6aa014b]
|
102 |
| -description = "execute in the right order" |
| 112 | +description = "user-defined words -> execute in the right order" |
103 | 113 |
|
104 | 114 | [9e53c2d0-b8ef-4ad8-b2c9-a559b421eb33]
|
105 |
| -description = "can override other user-defined words" |
| 115 | +description = "user-defined words -> can override other user-defined words" |
106 | 116 |
|
107 | 117 | [669db3f3-5bd6-4be0-83d1-618cd6e4984b]
|
108 |
| -description = "can override built-in words" |
| 118 | +description = "user-defined words -> can override built-in words" |
109 | 119 |
|
110 | 120 | [588de2f0-c56e-4c68-be0b-0bb1e603c500]
|
111 |
| -description = "can override built-in operators" |
| 121 | +description = "user-defined words -> can override built-in operators" |
112 | 122 |
|
113 | 123 | [ac12aaaf-26c6-4a10-8b3c-1c958fa2914c]
|
114 |
| -description = "can use different words with the same name" |
| 124 | +description = "user-defined words -> can use different words with the same name" |
115 | 125 |
|
116 | 126 | [53f82ef0-2750-4ccb-ac04-5d8c1aefabb1]
|
117 |
| -description = "can define word that uses word with the same name" |
| 127 | +description = "user-defined words -> can define word that uses word with the same name" |
118 | 128 |
|
119 | 129 | [35958cee-a976-4a0f-9378-f678518fa322]
|
120 |
| -description = "cannot redefine numbers" |
| 130 | +description = "user-defined words -> cannot redefine non-negative numbers" |
| 131 | + |
| 132 | +[df5b2815-3843-4f55-b16c-c3ed507292a7] |
| 133 | +description = "user-defined words -> cannot redefine negative numbers" |
121 | 134 |
|
122 | 135 | [5180f261-89dd-491e-b230-62737e09806f]
|
123 |
| -description = "errors if executing a non-existent word" |
| 136 | +description = "user-defined words -> errors if executing a non-existent word" |
| 137 | + |
| 138 | +[3c8bfef3-edbb-49c1-9993-21d4030043cb] |
| 139 | +description = "user-defined words -> only defines locally" |
124 | 140 |
|
125 | 141 | [7b83bb2e-b0e8-461f-ad3b-96ee2e111ed6]
|
126 |
| -description = "DUP is case-insensitive" |
| 142 | +description = "case-insensitivity -> DUP is case-insensitive" |
127 | 143 |
|
128 | 144 | [339ed30b-f5b4-47ff-ab1c-67591a9cd336]
|
129 |
| -description = "DROP is case-insensitive" |
| 145 | +description = "case-insensitivity -> DROP is case-insensitive" |
130 | 146 |
|
131 | 147 | [ee1af31e-1355-4b1b-bb95-f9d0b2961b87]
|
132 |
| -description = "SWAP is case-insensitive" |
| 148 | +description = "case-insensitivity -> SWAP is case-insensitive" |
133 | 149 |
|
134 | 150 | [acdc3a49-14c8-4cc2-945d-11edee6408fa]
|
135 |
| -description = "OVER is case-insensitive" |
| 151 | +description = "case-insensitivity -> OVER is case-insensitive" |
136 | 152 |
|
137 | 153 | [5934454f-a24f-4efc-9fdd-5794e5f0c23c]
|
138 |
| -description = "user-defined words are case-insensitive" |
| 154 | +description = "case-insensitivity -> user-defined words are case-insensitive" |
139 | 155 |
|
140 | 156 | [037d4299-195f-4be7-a46d-f07ca6280a06]
|
141 |
| -description = "definitions are case-insensitive" |
| 157 | +description = "case-insensitivity -> definitions are case-insensitive" |
0 commit comments