ternlang-compat
Compatibility bridges for the Ternlang ecosystem. Lets existing ternary computing projects target the BET VM as a common runtime.
Bridges
.tasm — 9-trit RISC assembly
Translates the Brandon Smith / ternary-computing.com .tasm assembly dialect (9-trit word, RISC-like mnemonics) into BET bytecode.
use assemble;
let bytecode = assemble?;
Owlet — S-expression front-end
Parses Owlet-style S-expressions into ternlang AST nodes for evaluation on the BET VM.
use eval;
let result = eval?;
License
LGPL-3.0-or-later. See LICENSE.