- parse-file-srcprocedure
- parse-stringprocedure
- in - FILENAME - name of file with source content to read/eval.
- in - STR - source is contained in STR.
- in - IMPORT-STR - optional. If supplied, contains an import expression prepended to source content.
- returns: result of eval of forms in source file or string.