aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/ast.clisp
AgeCommit message (Expand)AuthorFilesLines
2011-05-05more cleanupdos-reis1-1/+1
2011-05-02 * boot/ast.boot (idList?, charList?, stringLits?): New.dos-reis1-495/+584
2011-05-01 * interp/buildom.boot: Replace use of EQSUBSTLIST with applySubst.dos-reis1-1/+1
2011-05-01 * boot/tokens.boot: Don't rename append.dos-reis1-679/+686
2011-04-30 * boot/ast.boot (bfAppend): Write in full.dos-reis1-2/+25
2011-04-30more cleanupdos-reis1-19/+20
2011-04-30 * interp/vmlisp.lisp (remove): Remove.dos-reis1-2/+3
2011-04-29 * boot/utility.boot (assocSymbol): New.dos-reis1-1/+7
2011-04-28more cleanupdos-reis1-1/+13
2011-04-28 * boot/ast.boot (bfReduceCollect): Delegate to bfDoCollect ifdos-reis1-3/+10
2011-04-28 * boot/ast.boot (bfCollect): Use bfDoCollect.dos-reis1-493/+519
2011-04-27 * boot/ast.boot (bfMakeCollectInsn): Fix thinko.dos-reis1-116/+116
2011-04-24 * boot/initial-env.lisp (MEMQ): Remove.dos-reis1-21/+23
2011-04-24Tidy append redunctiondos-reis1-31/+46
2011-04-24 * boot/ast.boot (bfMakeCollectInsn): New.dos-reis1-345/+282
2011-04-24 * boot/ast.boot (bfDoCollect): New. Implement one-pass dos-reis1-404/+651
2011-04-23 * boot/ast.boot (bf0APPEND): Remove.dos-reis1-19/+5
2011-04-23 * lisp/core.lisp.in: Export basic types and compiler data types.dos-reis1-466/+470
2011-04-22 * boot/tokens.boot: Don't translate setDifference.dos-reis1-1/+2
2011-04-22 * boot/utility.boot (copyList): Define.dos-reis1-1/+1
2011-04-21 * boot/utility.boot (objectMember?): Don't rely non tail recursiondos-reis1-15/+16
2011-04-21 * boot/tokens.boot: Don't rename nreverse.dos-reis1-50/+53
2011-04-20 * interp/sys-utility.boot (substitute): Define.dos-reis1-3/+5
2011-04-20more cleanupdos-reis1-3/+5
2011-04-19 * boot/tokens.boot: charUpcase, charDowncase, stringUpcase,dos-reis1-11/+48
2011-04-19 * interp/newfort.boot: Likewise.dos-reis1-12/+20
2011-04-19 * boot/ast.boot (%Module): Now take three arguments.dos-reis1-421/+421
2011-04-18cleanupdos-reis1-6/+5
2010-12-30more string cleanupsdos-reis1-3/+2
2010-12-29More character cleanupdos-reis1-3/+6
2010-12-28more cleanupdos-reis1-5/+20
2010-12-27 * boot/initial-env.lisp (IDENTP): Remove.dos-reis1-16/+19
2010-12-14 * boot/ast.boot (bfQ): Emit STRING= for string comparison.dos-reis1-0/+1
2010-12-12 * boot/ast.boot (bfIS1): Tidy.dos-reis1-1/+3
2010-12-12 * boot/ast.boot (bfIS1): Tidy.dos-reis1-2/+5
2010-12-11 * boot/tokens.boot: `finally' is now a keyword.dos-reis1-3/+2
2010-12-11 * boot/parser.boot (bpListAndRecover): Use Lisp-level CATCH.dos-reis1-420/+519
2010-12-11Clean updos-reis1-7/+7
2010-12-11 * boot/ast.boot (bfMmeber): Tidy.dos-reis1-4/+5
2010-12-10(no commit message)dos-reis1-28/+30
2010-12-10Cleanupdos-reis1-1/+1
2010-05-28 Add support for 'property' builtin function.dos-reis1-3/+9
2010-05-22 * interp/cparse.boot (npQuiver): Redefine. Now send Applicationdos-reis1-17/+16
2010-05-19 * boot/ast.boot: Add %Leave ast node.dos-reis1-380/+384
2010-05-15 * boot/ast.boot (shoeCompTran1): Handle %Leave expressions.dos-reis1-0/+1
2010-05-10 Add lambda expression syntax to Boot.dos-reis1-392/+401
2010-05-07 * boot/ast.boot: Miscellaneous cleanup.dos-reis1-5/+3
2010-05-07 * boot/ast.boot: Translate assignment to head and tail of a list.dos-reis1-1/+3
2010-02-10Update cached boot translator Lisp codedos-reis1-2/+152
2009-09-26Fix typodos-reis1-2/+1