graph: BASICs are statically typed.
authorJoel Martin <github@martintribe.org>
Wed, 31 Jul 2019 18:58:31 +0000 (13:58 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 31 Jul 2019 18:58:31 +0000 (13:58 -0500)
docs/graph/all_data.json
docs/graph/base_data.yaml

index d652c46..d1c878c 100644 (file)
@@ -95,7 +95,7 @@
     "dir": "basic",
     "name": "BASIC",
     "syntax": "OTHER",
-    "type_check": "Dynamic",
+    "type_check": "Static",
     "modes": [
       "cbm",
       "qbasic"
     "dir": "bbc-basic",
     "name": "BBC BASIC V",
     "syntax": "OTHER",
-    "type_check": "Dynamic",
+    "type_check": "Static",
     "modes": [],
     "perf1": 50,
     "perf2": 210,
     "author_url": "https://github.com/bjh21",
     "so_count": 7,
     "so_rank": 74,
-    "lloc": 243
+    "lloc": 241
   },
   "c": {
     "dir": "c",
     "push_rank": 53,
     "star_count": 5409,
     "star_rank": 54,
-    "sloc": 1908,
+    "sloc": 1920,
     "files": 9,
     "author_name": "Dov Murik",
     "author_url": "https://github.com/dubek",
     "so_rank": 78,
     "lloc": 106
   }
-}
+}
\ No newline at end of file
index b04022b..4621394 100644 (file)
@@ -6,8 +6,8 @@ languages:
   - [ada.2         , 'Ada #2'         , Algol  , Static     , []]
   - [awk           , GNU Awk          , C      , Dynamic    , []]
   - [bash          , Bash 4           , OTHER  , Dynamic    , []]
-  - [basic         , BASIC            , OTHER  , Dynamic    , [cbm, qbasic]]
-  - [bbc-basic     , BBC BASIC V      , OTHER  , Dynamic    , []]
+  - [basic         , BASIC            , OTHER  , Static     , [cbm, qbasic]]
+  - [bbc-basic     , BBC BASIC V      , OTHER  , Static     , []]
   - [c             , C                , C      , Static     , []]
   - [cpp           , C++              , C      , Static     , []]
   - [cs            , C#               , C      , Static     , []]