]> Repositorios git - scryer-prolog.git/commit
add read/2 and nl/1 (#896)
authorMark Thom <[email protected]>
Sat, 1 May 2021 21:29:41 +0000 (15:29 -0600)
committerMark Thom <[email protected]>
Sat, 1 May 2021 22:12:00 +0000 (16:12 -0600)
commitb21a096516ddf0efe0eb5f44d4badf27f803a073
treeed9c3a78dacb744c79b5bb227fe50090177254c7
parentd0b25de554952f455c220bebed4dff74f6c51b77
add read/2 and nl/1 (#896)
src/clause_types.rs
src/lib/builtins.pl
src/machine/loader.rs
src/machine/machine_state.rs
src/machine/machine_state_impl.rs
src/machine/streams.rs
src/machine/system_calls.rs
tests/scryer/helper.rs