Age | Commit message (Expand) | Author | Files | Lines |
2010-05-28 | cleanu up syntax in tokens.boot | dos-reis | 1 | -1/+1 |
2010-05-28 | Add support for 'property' builtin function. | dos-reis | 3 | -5/+15 |
2010-05-28 | * boot/tokens.boot: args is now a selector. | dos-reis | 1 | -0/+1 |
2010-05-26 | * boot/tokens.boot: Automatically translate alphabetic?, digit?, | dos-reis | 1 | -35/+37 |
2010-05-23 | * boot/tokens.boot: gensym is now candidate for renaming. | dos-reis | 1 | -0/+1 |
2010-05-22 | * interp/cparse.boot (npQuiver): Redefine. Now send Application | dos-reis | 1 | -17/+16 |
2010-05-19 | * boot/ast.boot: Add %Leave ast node. | dos-reis | 2 | -381/+385 |
2010-05-19 | * boot/translator.boot (translateToplevelExpression): Tidy. | dos-reis | 1 | -2/+1 |
2010-05-15 | * boot/ast.boot (shoeCompTran1): Handle %Leave expressions. | dos-reis | 2 | -1/+2 |
2010-05-10 | Add lambda expression syntax to Boot. | dos-reis | 3 | -397/+412 |
2010-05-09 | More cleanups | dos-reis | 1 | -2/+1 |
2010-05-09 | * boot/tokens.boot: Don't rename 'cons'. | dos-reis | 3 | -18/+24 |
2010-05-07 | * interp/c-util.boot: Replace uses of rplac with explicit assignments. | dos-reis | 1 | -1/+13 |
2010-05-07 | * boot/ast.boot: Miscellaneous cleanup. | dos-reis | 4 | -10/+7 |
2010-05-07 | * boot/ast.boot: Translate assignment to head and tail of a list. | dos-reis | 1 | -1/+3 |
2010-05-06 | * interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP with | dos-reis | 1 | -4/+8 |
2010-02-10 | Update cached boot translator Lisp code | dos-reis | 4 | -9/+166 |
2009-09-26 | Fix typo | dos-reis | 1 | -2/+1 |
2009-09-25 | * boot/ast.boot (bfMember): Improve a bit. | dos-reis | 2 | -6/+11 |
2009-09-25 | * boot/ast.boot (bfMember): New. | dos-reis | 3 | -308/+336 |
2009-09-20 | * boot/tokens.boot: "has" is not a keyword. | dos-reis | 3 | -20/+30 |
2009-09-04 | (no commit message) | dos-reis | 3 | -47/+46 |
2009-09-04 | (no commit message) | dos-reis | 2 | -10/+6 |
2009-09-04 | * boot/ast.boot (bfAlternative): New. Move single assignment in | dos-reis | 2 | -24/+46 |
2009-09-03 | (no commit message) | dos-reis | 4 | -68/+65 |
2009-09-03 | * boot/ast.boot: More cleanup. | dos-reis | 7 | -1832/+1742 |
2009-09-02 | * boot/ast.boot: More cleanup. | dos-reis | 5 | -65/+96 |
2009-08-30 | * boot/ast.boot (bfSequence): Simplify COND branch bodies. | dos-reis | 5 | -1285/+1077 |
2009-08-30 | * boot/parser.boot ($sawParenthesizedHead): Remove. | dos-reis | 1 | -35/+5 |
2009-08-29 | * boot/ast.boot (bfCase): Don't hold scrutinee's remaining | dos-reis | 2 | -520/+497 |
2009-08-29 | * boot/ast.boot (%Definition): Lose one argument. | dos-reis | 3 | -138/+89 |
2009-08-29 | (no commit message) | dos-reis | 2 | -15/+6 |
2009-08-29 | * boot/ast.boot: More cleanup. | dos-reis | 3 | -375/+328 |
2009-08-29 | * boot/ast.boot: Cleanup. | dos-reis | 1 | -2/+2 |
2009-08-29 | * boot/translator.boot (bpOutItem): Move to parser.boot. | dos-reis | 2 | -30/+30 |
2009-08-28 | * boot/ast.boot (bfCase): Don't introduce temporary for scrutinee | dos-reis | 2 | -456/+445 |
2009-08-27 | * boot/tokens.boot: "namespace" is now a keyword. | dos-reis | 4 | -390/+397 |
2009-08-20 | Discontinue computation of difference between "old" and "new" Boot. | dos-reis | 3 | -100/+6 |
2009-08-19 | * boot/ast.boot: Consistently prefix AST names by "%". | dos-reis | 3 | -72/+77 |
2009-08-17 | * boot/tokens.boot: Retire "^" as negation operator. | dos-reis | 1 | -7/+8 |
2009-08-14 | * boot/tokens.boot: Retire "^=". Introduce "~=". | dos-reis | 2 | -12/+17 |
2009-05-11 | * boot/translator.boot: Don't load imported modules when | dos-reis | 1 | -1/+4 |
2009-05-10 | Cope with SBCL-1.0.28 improvements. | dos-reis | 3 | -28/+72 |
2009-05-10 | Update cached Boot translator bootstrap code | dos-reis | 7 | -479/+887 |
2008-09-22 | * boot/parser.boot (bpReturn): Allow assignment. | dos-reis | 3 | -17/+30 |
2008-09-07 | * boot/parser.boot (bpImport): Invert syntax for importing foreign | dos-reis | 3 | -16/+43 |
2008-08-16 | * boot/strap: Update cached Lisp translation. | dos-reis | 1 | -21/+18 |
2008-08-02 | * boot/parser.boot (bpTerm): Term forms depend on the kind of | dos-reis | 4 | -21/+30 |
2008-07-23 | * boot/strap: Update cached Lisp translation. | dos-reis | 2 | -53/+127 |
2008-05-19 | * boot/ast.boot: Cleanup. | dos-reis | 7 | -111/+202 |