repos / gbc

GBC - Go B Compiler
git clone https://github.com/xplshn/gbc.git

gbc / examples
xplshn  ·  2025-08-13

.hashTable.bx.json

Text
 1{
 2  "binary_path": "/tmp/gtest-3705884394/11f281a74d8694ba",
 3  "compile": {
 4    "stdout": "----------------------\nTokenizing 1 source file(s) (Typed Pass: true)...\nParsing tokens into AST...\nConstant folding...\nType checking...\nQBE Codegen...\nCalling libqbe on our QBE IR...\nAssembling and linking to create '/tmp/gtest-3705884394/11f281a74d8694ba'...\n----------------------\nCompilation successful!\n",
 5    "stderr": "gbc: info: no target specified, defaulting to host target 'amd64_sysv'\n",
 6    "exitCode": 0,
 7    "duration": 62524267,
 8    "timed_out": false
 9  },
10  "runs": [
11    {
12      "name": "fold",
13      "args": [
14        "09876543210123456789009887654321012345678900987654321098765432101234567890098876543210123456789009876543210\n"
15      ],
16      "result": {
17        "stdout": "Simple K-V Store. (s key val, g key, p, q)\n",
18        "stderr": "",
19        "exitCode": 255,
20        "duration": 660206,
21        "timed_out": false
22      }
23    }
24  ]
25}