瀏覽代碼

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 年之前
父節點
當前提交
ced8815f62
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. 8
    1
      config.json

+ 8
- 1
config.json 查看文件

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
     },