compiles a script from string[] to bytecode (in NaFunction[]).
script is the script to compile functions is an array containing data about a function in Function[] errors is the array to which errors will be appended
ByteCode class with the compiled byte code. or null if errors.length > 0
See Implementation
compiles a script from string[] to bytecode (in NaFunction[]).
script is the script to compile functions is an array containing data about a function in Function[] errors is the array to which errors will be appended