Expand description
(main.rs)
use jsonpiler::run;
use std::process::ExitCode;
fn main() -> ExitCode {
  run()
}Structs§
- Jsonpiler
- Parser and compiler.
Functions§
- run
- Compiles and executes a JSON-based program using the Jsonpiler. This function performs the following steps: