Parcourir la source

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 il y a 9 ans
Parent
révision
ced8815f62
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8
    1
      config.json

+ 8
- 1
config.json Voir le fichier

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