Ver código fonte

Add topics to forth. Fixes #851 (#949)

* Add topics to forth. Fixes #851

* Add topics to forth. Fixes #851
* Add topics exception_handling, strings, lists, logic to forth
marykomar 9 anos atrás
pai
commit
ced8815f62
1 arquivos alterados com 8 adições e 1 exclusões
  1. 8
    1
      config.json

+ 8
- 1
config.json Ver arquivo

@@ -1010,7 +1010,14 @@
1010 1010
       "core": false,
1011 1011
       "difficulty": 9,
1012 1012
       "slug": "forth",
1013
-      "topics": null,
1013
+      "topics": [
1014
+        "parsing",
1015
+        "stacks",
1016
+        "exception_handling",
1017
+        "strings",
1018
+        "lists",
1019
+        "logic"
1020
+      ],
1014 1021
       "unlocked_by": "secret-handshake",
1015 1022
       "uuid": "f0c0316d-3fb5-455e-952a-91161e7fb298"
1016 1023
     },