Docs for run_binary()
This commit is contained in:
@@ -61,6 +61,7 @@ pub fn eval_code(s: &str) -> String {
|
|||||||
String::from_utf8_lossy(&bytes).to_string()
|
String::from_utf8_lossy(&bytes).to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// The entry point for the Scryer Prolog CLI.
|
||||||
pub fn run_binary() -> std::process::ExitCode {
|
pub fn run_binary() -> std::process::ExitCode {
|
||||||
use crate::atom_table::Atom;
|
use crate::atom_table::Atom;
|
||||||
use crate::machine::{Machine, INTERRUPT};
|
use crate::machine::{Machine, INTERRUPT};
|
||||||
|
|||||||
Reference in New Issue
Block a user