VoidLang
JSON →VoidLang - LLM Native Machine Code MCP
Tools · 4
- isa Returns the full instruction set architecture (ISA) for VoidLang, including all opcodes and their descriptions.
- isa_quick Returns a condensed version of the ISA (~2k tokens) for quick reference.
- targets Returns the list of available compilation targets (e.g., linux, macos, windows, ios, android, web, pwa, wasm, docker).
- compile Compiles a VoidLang program (JSON opcodes) into artifacts such as Go source, binaries, Docker Compose files, or mobile app scaffolds.