Commit Graph

5 Commits

Author SHA1 Message Date
Jesse D. McDonald 307ed97b45 Rename "core-image.rla" now that there are two such images. 2012-07-14 13:41:56 -05:00
Jesse D. McDonald 912a620c5a Add some error-handling to cat.rla. Add support for #! lines.
Also fix an off-by-one error in the column counter and suppress GC stats.
2012-07-14 13:41:52 -05:00
Jesse D. McDonald 88ebc7ca77 Print results individually, on separate lines, rather than as a list. 2012-07-14 13:40:34 -05:00
Jesse D. McDonald 0404777049 Fix interaction between comments and whitespace in the reader.
Add support for fixnums in binary (0b), octal (0), and hexadecimal (0x).
Minor changes to the example input program to improve readability.
2012-07-14 13:40:11 -05:00
Jesse D. McDonald 861f1f7617 Commit first working Rosella program.
Takes a string argument, converts it with string->number, and returns the factorial.
2012-07-14 13:40:06 -05:00