Minor modifications

This commit is contained in:
elvis
2025-01-17 00:46:51 +01:00
parent d78e8bfbe0
commit 4ef52dfd6a
7 changed files with 45 additions and 20 deletions

View File

@ -99,3 +99,5 @@ let () =
| Some o -> o
in
interpret_file inx inputval outx;
Out_channel.close outx

View File

@ -90,3 +90,5 @@ let () =
| Some o -> o
in
interpret_file inx inputval outx;
Out_channel.close outx

View File

@ -140,3 +140,5 @@ let () =
in
interpret_file inx registers outx;
Out_channel.close outx