pub fn execute_source_code<S, T: Into<String>>( vm: &mut VM<S>, source: T, options: &ResolvedOptions<'_, S>, ) -> Result<Vec<Token>, Box<Error>>where S: Default + HasComponent<Component>,
Execute source code in a VM with the provided options.