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: