Labsco
MCP SERVER

VoidLang Opcode Compiler

by 24greyhat

The model writes numeric opcodes as JSON and gets back a built binary, app scaffold or compose file.

Code Generation, Scaffolding & Migration
Summary
The premise is that punctuation is a tax, and it is an argument worth taking seriously even if you would not ship on it.

A model writing Go spends a real fraction of its output on braces, semicolons and import blocks, and every one of those is a chance to produce something that will not parse. Removing the surface syntax removes that class of failure entirely. What you trade is everything a human reader gets from source code — you cannot review opcodes, and no one else can maintain them. Interesting as a direction, not as a dependency.

What it is

A bytecode-style language designed to be written by a model rather than a person. There is no syntax to get right — the model emits opcodes as JSON and the server compiles them.

What you get
  • Opcode JSON in, a built artefact out — a Go binary, a React app, an iOS or Android scaffold, or a compose file
  • The build runs server-side, so what comes back is a URL to the artefact rather than source to compile yourself
Requirements

Run the server; the model supplies the opcodes. Licence is unspecified.

Setup effort

Build from source — clone the repository and build it, then point your client at the binary