diff --git a/SlipCompiler.py b/SlipCompiler.py index 3f346fb..5523e41 100644 --- a/SlipCompiler.py +++ b/SlipCompiler.py @@ -92,7 +92,7 @@ for word in source_code: continue pure_bytes = bytes(byte_code) -with open("Test.slb", "wb") as binary_file: +with open("Test.vcr", "wb") as binary_file: binary_file.write(pure_bytes) print("\nWrote binary file to disk!") \ No newline at end of file diff --git a/Test.slb b/Test.vcr similarity index 100% rename from Test.slb rename to Test.vcr