aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/tokens.clisp
AgeCommit message (Expand)AuthorFilesLines
2011-02-25 * boot/tokens.boot: makeSymbol is not a builtin function.dos-reis1-1/+2
2011-02-22 * boot/tokens.boot: mmSource is a new selector for modemap datatype.dos-reis1-0/+1
2011-02-07 * boot/tokens.boot: arrayRef is now a builtin function.dos-reis1-2/+2
2011-01-27Generate SVREF for simple vector slot refs.dos-reis1-0/+1
2011-01-03(no commit message)dos-reis1-3/+4
2011-01-02 * interp/nrunfast.boot (evalSlotDomain): Expand to VM forms beforedos-reis1-1/+1
2011-01-01Symbol cleanupsdos-reis1-2/+4
2010-12-29More char cleanupsdos-reis1-4/+2
2010-12-29More character cleanupdos-reis1-24/+5
2010-12-29SUBSTRING cleanupdos-reis1-31/+37
2010-12-28more cleanupdos-reis1-1/+2
2010-12-28Clean updos-reis1-1/+2
2010-12-27 * boot/includer.boot (char): Move to token.boot.dos-reis1-1/+13
2010-12-18 * boot/initial-env.lisp (SIZE): Remove.dos-reis1-9/+11
2010-12-18 * boot/initial-env.lisp (VEC-SETELT): Remove.dos-reis1-8/+9
2010-12-15 * boot/tokens.boot: canonicalFilename is now a builtin function.dos-reis1-0/+1
2010-12-11 * boot/tokens.boot: `finally' is now a keyword.dos-reis1-3/+4
2010-12-11Clean updos-reis1-1/+2
2010-07-27 * boot/tokens.boot: quo and rem are now keywords and infix operators.dos-reis1-2/+5
2010-07-24 * interp/compiler.boot (compMatchAlternative): Don't generatedos-reis1-0/+1
2010-07-18 * boot/tokens.boot: Add char? as builtin function.dos-reis1-1/+2
2010-07-18More cleanupsdos-reis1-0/+1
2010-06-20 * boot/tokens.boot (readOnly?): New builtin Boot function.dos-reis1-8/+9
2010-05-28cleanu up syntax in tokens.bootdos-reis1-1/+1
2010-05-28 Add support for 'property' builtin function.dos-reis1-1/+1
2010-05-28 * boot/tokens.boot: args is now a selector.dos-reis1-0/+1
2010-05-26 * boot/tokens.boot: Automatically translate alphabetic?, digit?,dos-reis1-35/+37
2010-05-23 * boot/tokens.boot: gensym is now candidate for renaming.dos-reis1-0/+1
2010-05-10 Add lambda expression syntax to Boot.dos-reis1-5/+5
2010-05-09More cleanupsdos-reis1-2/+1
2010-05-09 * boot/tokens.boot: Don't rename 'cons'.dos-reis1-5/+4
2010-05-07 * boot/ast.boot: Miscellaneous cleanup.dos-reis1-2/+2
2010-05-06 * interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP withdos-reis1-4/+8
2010-02-10Update cached boot translator Lisp codedos-reis1-7/+8
2009-09-25 * boot/ast.boot (bfMember): Improve a bit.dos-reis1-6/+6
2009-09-25 * boot/ast.boot (bfMember): New.dos-reis1-6/+5
2009-09-20 * boot/tokens.boot: "has" is not a keyword.dos-reis1-3/+3
2009-09-03 * boot/ast.boot: More cleanup.dos-reis1-16/+15
2009-08-27 * boot/tokens.boot: "namespace" is now a keyword.dos-reis1-7/+7
2009-08-20 Discontinue computation of difference between "old" and "new" Boot.dos-reis1-67/+3
2009-08-17 * boot/tokens.boot: Retire "^" as negation operator.dos-reis1-7/+8
2009-08-14 * boot/tokens.boot: Retire "^=". Introduce "~=".dos-reis1-9/+9
2009-05-10Update cached Boot translator bootstrap codedos-reis1-2/+4
2008-05-19 * boot/ast.boot: Cleanup.dos-reis1-2/+2
2008-05-08 * boot/translator.boot (translateToplevel): Split out of bpOutItem.dos-reis1-2/+2
2008-04-30 * boot/tokens.boot: Declare tokens as constants.dos-reis1-11/+11
2008-04-30 * boot/parser.boot (bpExportItemList): New.dos-reis1-1/+1
2008-04-23 * boot/ast.boot: Tidy.dos-reis1-1/+1
2008-04-22Update cached Lisp translationdos-reis1-11/+12
2008-02-15 * boot/parser.boot (bpSimpleCatch): New.dos-reis1-7/+9