pub fn parse_script(input: &str) -> Result<Script, RipsedError>Expand description
Parse a .rip script from its text content.
Each non-empty, non-comment line is parsed as an operation.
Comments start with # and blank lines are ignored.
Returns a RipsedError with line number context on failure.