Class responsible for reverse interpreting text into code.
Static
Converts a number to a binary-like encoded format.
The number to convert.
The encoded string.
Reverse interprets the given text into code.
The input text.
Optional parameters for interpretation.
An object containing the generated code, options used, and execution time.
If input text is not a valid string.
Class responsible for reverse interpreting text into code.