Crate jsonpiler

Source
Expand description

(main.rs)

use jsonpiler::run;
use std::process::ExitCode;
fn main() -> ExitCode {
  run()
}

Macros§

err
Generates an error.
include_once
Macro to include assembly files only once.

Structs§

Jsonpiler
Parser and compiler.

Functions§

run
Compiles and executes a JSON-based program using the Jsonpiler. This function performs the following steps: