Docs for run_binary()

This commit is contained in:
bakaq
2024-09-29 23:22:51 -03:00
parent 1375f448a0
commit c13fc2d1b6

View File

@@ -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};