aboutsummaryrefslogtreecommitdiff
path: root/tests/reader.scm
AgeCommit message (Expand)Author
27 hoursreader: Normalize File array type formals too.•••* ravanan/reader.scm: Import (ravanan work types). (some-file-type?): New function. (normalize-formal-input, normalize-formal-output): Normalize File array type formals too. * tests/reader.scm: Import (srfi srfi-1) and (ice-9 match). (normalize-formal-input, normalize-formal-output): New variables. (json=?): New function. ("Normalize File type formal input", "Normalize File array type formal input", "Normalize array of File arrays type formal input", "Normalize File type formal output", "Normalize File array type formal output", "Normalize array of File arrays type formal output"): New tests. Arun Isaac
2024-10-02reader: Handle coercion of number to number.•••* ravanan/reader.scm (coerce-type): Handle coercion of number to number. * tests/reader.scm: New file. Arun Isaac