aboutsummaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)AuthorFilesLines
2010-12-19 * boot/translator.boot (BOOTTOCL): Replace Lisp-level contructdos-reis2-17/+17
2010-12-18 * boot/initial-env.lisp (SIZE): Remove.dos-reis6-34/+27
2010-12-18 * boot/initial-env.lisp (VEC-SETELT): Remove.dos-reis4-27/+29
2010-12-15 * boot/tokens.boot: symbolName is now a builtin function.dos-reis1-0/+1
2010-12-15 * boot/tokens.boot: canonicalFilename is now a builtin function.dos-reis2-0/+2
2010-12-14 * boot/ast.boot (bfQ): Emit STRING= for string comparison.dos-reis4-3/+5
2010-12-12 * boot/ast.boot (bfIS1): Tidy.dos-reis2-2/+4
2010-12-12 * boot/ast.boot (bfIS1): Tidy.dos-reis2-4/+8
2010-12-11 * interp/i-syscmd.boot: Use try-finally expression instead of Lispdos-reis2-2/+4
2010-12-11 * boot/tokens.boot: `finally' is now a keyword.dos-reis8-19/+46
2010-12-11 * boot/parser.boot (bpListAndRecover): Use Lisp-level CATCH.dos-reis5-498/+656
2010-12-11Clean updos-reis6-36/+31
2010-12-11Clean updos-reis4-6/+8
2010-12-11 * boot/ast.boot (bfMmeber): Tidy.dos-reis2-8/+9
2010-12-10(no commit message)dos-reis2-32/+38
2010-12-10Cleanupdos-reis4-13/+12
2010-11-30 * etc/Makefile.in: Use the driver.dos-reis1-2/+1
2010-11-29Add support for translator and linker in the driverdos-reis1-21/+17
2010-11-01(no commit message)dos-reis1-1/+1
2010-08-08do insist that default float format is double-float everywheredos-reis1-0/+5
2010-07-27 * boot/tokens.boot: quo and rem are now keywords and infix operators.dos-reis4-6/+20
2010-07-24 * interp/compiler.boot (compMatchAlternative): Don't generatedos-reis2-1/+3
2010-07-18 * boot/tokens.boot: Add char? as builtin function.dos-reis2-2/+4
2010-07-18More cleanupsdos-reis2-0/+2
2010-06-20 * boot/tokens.boot (readOnly?): New builtin Boot function.dos-reis2-8/+10
2010-05-28cleanu up syntax in tokens.bootdos-reis2-6/+6
2010-05-28 Add support for 'property' builtin function.dos-reis6-6/+24
2010-05-28 * boot/tokens.boot: args is now a selector.dos-reis2-0/+2
2010-05-26 * boot/tokens.boot: Automatically translate alphabetic?, digit?,dos-reis2-35/+46
2010-05-23 * boot/tokens.boot: gensym is now candidate for renaming.dos-reis3-7/+9
2010-05-22 * interp/cparse.boot (npQuiver): Redefine. Now send Applicationdos-reis5-65/+64
2010-05-19 * boot/ast.boot: Add %Leave ast node.dos-reis4-383/+390
2010-05-19 * boot/translator.boot (translateToplevelExpression): Tidy.dos-reis2-3/+2
2010-05-15 * boot/ast.boot (shoeCompTran1): Handle %Leave expressions.dos-reis4-3/+9
2010-05-10 Add lambda expression syntax to Boot.dos-reis6-397/+432
2010-05-09More cleanupsdos-reis1-2/+1
2010-05-09 * boot/tokens.boot: Don't rename 'car', 'cdr', and PAIRP.dos-reis1-3/+0
2010-05-09More cleanupsdos-reis1-3/+3
2010-05-09 * boot/tokens.boot: Don't rename 'cons'.dos-reis4-19/+24
2010-05-09 * boot/ast.boot: Miscellaneous cleanup.dos-reis6-84/+84
2010-05-08 * boot/parser.boot (bpArgumentList): New.dos-reis2-19/+26
2010-05-07 * interp/c-util.boot: Replace uses of rplac with explicit assignments.dos-reis1-1/+13
2010-05-07 * configure.ac.pamphlet: Add new option: --enable-int-file-retention.dos-reis2-2/+10
2010-05-07 * boot/ast.boot: Miscellaneous cleanup.dos-reis11-135/+132
2010-05-07 * boot/ast.boot: Translate assignment to head and tail of a list.dos-reis6-11/+15
2010-05-06 * interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP withdos-reis5-26/+34
2010-02-10Update cached boot translator Lisp codedos-reis4-9/+166
2010-02-08 Add support for CLozure CL.dos-reis2-9/+69
2009-09-27 Fix SF/2854105dos-reis2-0/+7
2009-09-26Fix typodos-reis2-3/+2