Crate mylang_vm

source
Expand description

バイトコードインタプリタ

Modules§

  • entity 🔒
    仮想マシンで扱う「実体」の定義

Enums§

  • バイトコードインタプリタで発生するエラー

Functions§

  • call 🔒
  • バイトコードを解釈実行する
  • i32_add 🔒
    I32Add 命令を実行する
  • i32_const 🔒
    I32Const 命令を実行する
  • print_i32 🔒
    PrintI32 命令を実行する
  • print_str 🔒
    PrintStr 命令を実行する
  • ret 🔒
  • str_const 🔒
    StrConst 命令を実行する

Type Aliases§

  • VMResult 🔒
    バイトコードの実行結果