add read/2 and nl/1 (#896)

This commit is contained in:
Mark Thom
2021-05-01 15:29:41 -06:00
parent d0b25de554
commit b21a096516
8 changed files with 169 additions and 129 deletions

View File

@@ -3101,8 +3101,7 @@ impl MachineState {
ct,
&indices.code_dir,
&indices.op_dir,
current_input_stream,
current_output_stream,
&indices.stream_aliases,
)
),
&ClauseType::CallN => try_or_fail!(
@@ -3112,8 +3111,7 @@ impl MachineState {
arity,
&indices.code_dir,
&indices.op_dir,
current_input_stream,
current_output_stream,
&indices.stream_aliases,
)
),
&ClauseType::Inlined(ref ct) => {