Commit Graph

3 Commits

Author SHA1 Message Date
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