This commit is contained in:
2023-06-21 09:56:52 +10:00
committed by GitHub
parent 74606d3509
commit 2aa46faa81
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ This is used to load an external script into an opaque variable.
This function does a lot of work:
* It validates the file path using the drive syntax (see above)
* It validates the file path using the drive syntax
* It reads in the source code of the script file
* It compiles the source script into bytecode
* It constructs and intializes an Interpreter