pub fn parse_program( source: &[u8], domain: &[f32], range: &[f32], ) -> Option<PostScript>
Build a function from a bare program, for tests and for callers that hold a program rather than a stream.