From c13fc2d1b6f84addf517cc7bdc3af0aef8373370 Mon Sep 17 00:00:00 2001 From: bakaq Date: Sun, 29 Sep 2024 23:22:51 -0300 Subject: [PATCH] Docs for run_binary() --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 2a736a1e..61f98dd9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -61,6 +61,7 @@ pub fn eval_code(s: &str) -> String { String::from_utf8_lossy(&bytes).to_string() } +/// The entry point for the Scryer Prolog CLI. pub fn run_binary() -> std::process::ExitCode { use crate::atom_table::Atom; use crate::machine::{Machine, INTERRUPT}; -- 2.54.0