aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/translator.clisp
AgeCommit message (Expand)AuthorFilesLines
2011-05-03 * boot/initial-env.lisp (shoeOpenInputFile): Remove. Adjustdos-reis1-40/+52
2011-05-03more cleanupdos-reis1-1/+2
2011-05-03more cleanupdos-reis1-55/+67
2011-05-02 * boot/parser.boot (bpDefinition): Accept macro definitiondos-reis1-6/+7
2011-05-01 * boot/tokens.boot: Don't rename append.dos-reis1-99/+126
2011-04-27 * boot/ast.boot (bfMakeCollectInsn): Fix thinko.dos-reis1-26/+24
2011-04-25 * boot/translator.boot (inAllContexts): New.dos-reis1-7/+19
2011-04-24 * boot/initial-env.lisp (MEMQ): Remove.dos-reis1-2/+2
2011-04-24 * boot/ast.boot (bfMakeCollectInsn): New.dos-reis1-94/+72
2011-04-24 * boot/ast.boot (bfDoCollect): New. Implement one-pass dos-reis1-107/+153
2011-04-22 * boot/tokens.boot: Don't translate setDifference.dos-reis1-1/+3
2011-04-21 * boot/tokens.boot: Don't rename nreverse.dos-reis1-7/+8
2011-04-19 * interp/newfort.boot: Likewise.dos-reis1-1/+3
2011-04-19 * boot/ast.boot (%Module): Now take three arguments.dos-reis1-15/+27
2011-03-20 * boot/translator.boot (FC): Remove.dos-reis1-80/+8
2010-12-29More character cleanupdos-reis1-2/+2
2010-12-29SUBSTRING cleanupdos-reis1-3/+3
2010-12-28more cleanupdos-reis1-7/+7
2010-12-27 * boot/initial-env.lisp (IDENTP): Remove.dos-reis1-2/+2
2010-12-19 * boot/translator.boot (BOOTTOCL): Replace Lisp-level contructdos-reis1-1/+1
2010-12-14 * boot/ast.boot (bfQ): Emit STRING= for string comparison.dos-reis1-2/+2
2010-12-11 * boot/tokens.boot: `finally' is now a keyword.dos-reis1-1/+12
2010-12-10Cleanupdos-reis1-2/+1
2010-05-19 * boot/translator.boot (translateToplevelExpression): Tidy.dos-reis1-2/+1
2010-05-09 * boot/tokens.boot: Don't rename 'cons'.dos-reis1-2/+0
2010-05-07 * interp/c-util.boot: Replace uses of rplac with explicit assignments.dos-reis1-1/+13
2010-05-07 * boot/ast.boot: Miscellaneous cleanup.dos-reis1-1/+1
2010-02-10Update cached boot translator Lisp codedos-reis1-0/+2
2009-09-04(no commit message)dos-reis1-7/+7
2009-09-04 * boot/ast.boot (bfAlternative): New. Move single assignment indos-reis1-6/+3
2009-09-03(no commit message)dos-reis1-15/+15
2009-09-03 * boot/ast.boot: More cleanup.dos-reis1-357/+341
2009-09-02 * boot/ast.boot: More cleanup.dos-reis1-1/+2
2009-08-30 * boot/ast.boot (bfSequence): Simplify COND branch bodies.dos-reis1-196/+161
2009-08-29 * boot/ast.boot (bfCase): Don't hold scrutinee's remainingdos-reis1-182/+168
2009-08-29 * boot/ast.boot (%Definition): Lose one argument.dos-reis1-2/+9
2009-08-29 * boot/ast.boot: More cleanup.dos-reis1-40/+40
2009-08-29 * boot/translator.boot (bpOutItem): Move to parser.boot.dos-reis1-29/+0
2009-08-28 * boot/ast.boot (bfCase): Don't introduce temporary for scrutineedos-reis1-94/+87
2009-08-27 * boot/tokens.boot: "namespace" is now a keyword.dos-reis1-1/+1
2009-08-20 Discontinue computation of difference between "old" and "new" Boot.dos-reis1-7/+1
2009-08-19 * boot/ast.boot: Consistently prefix AST names by "%".dos-reis1-6/+6
2009-05-11 * boot/translator.boot: Don't load imported modules whendos-reis1-1/+4
2009-05-10 Cope with SBCL-1.0.28 improvements.dos-reis1-19/+26
2009-05-10Update cached Boot translator bootstrap codedos-reis1-457/+90
2008-09-22 * boot/parser.boot (bpReturn): Allow assignment.dos-reis1-8/+6
2008-09-07 * boot/parser.boot (bpImport): Invert syntax for importing foreigndos-reis1-3/+17
2008-08-16 * boot/strap: Update cached Lisp translation.dos-reis1-21/+18
2008-07-23 * boot/strap: Update cached Lisp translation.dos-reis1-49/+89
2008-05-19 * boot/ast.boot: Cleanup.dos-reis1-98/+179