chialisp 0.5.0

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
[
    {
        "Compute": [
            {
                "Function-Args": {},
                "Function-Name": "test_with_hex.clsp",
                "Output": {
                    "Arguments": "(() ())",
                    "Operator": "4",
                    "Operator-Location": "test_with_hex.clsp(1):10-test_with_hex.clsp(1):16",
                    "Result-Location": "test_with_hex.clsp(1):10-test_with_hex.clsp(1):16",
                    "Function": "concat",
                    "Row": "0",
                    "Value": "(())"
                }
            }
        ]
    },
    {
        "Compute": [
            {
                "Function-Args": {},
                "Function-Name": "test_with_hex.clsp",
                "Output": {
                    "Arguments": "(1 0x42e576f7)",
                    "Function-Context": "()",
                    "Function": "concat",
                    "Operator": "14",
                    "Operator-Location": "test_with_hex.clsp(1):17",
                    "Result-Location": "test_with_hex.clsp(1):10-test_with_hex.clsp(1):16",
                    "Row": "1",
                    "Value": "0x0142e576f7"
                }
            }
        ]
    },
    {
        "Compute": [
            {
                "Function-Args": {},
                "Function-Name": "test_with_hex.clsp",
                "Output": {
                    "Final": "0x0142e576f7",
                    "Final-Location": "test_with_hex.clsp(1):10-test_with_hex.clsp(1):16"
                }
            }
        ]
    }
]