Age | Commit message (Expand) | Author | Files | Lines |
2012-06-10 | * interp/preparse.lisp: Remove. | dos-reis | 1 | -3/+3 |
2012-06-03 | * interp/lexing.boot (%Line): Now a record structure. | dos-reis | 1 | -3/+4 |
2012-06-03 | * boot/parser.boot (bpSignatureTail): Split out of bpSignature. | dos-reis | 1 | -37/+24 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add field for enclosing function. | dos-reis | 1 | -38/+41 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for side conditions. | dos-reis | 1 | -3/+5 |
2012-05-31 | * boot/ast.boot: Add a %LoadUnit parameter to most functions. | dos-reis | 1 | -59/+71 |
2012-05-30 | * boot/parser.boot: Replace references to $ttok. | dos-reis | 1 | -43/+37 |
2012-05-30 | * boot/parser.boot (%ParserState): Add field for current token. | dos-reis | 1 | -90/+118 |
2012-05-30 | * boot/ast.boot (bfSpecificErrorHere): New. | dos-reis | 1 | -56/+70 |
2012-05-30 | * boot/parser.boot: Remove references to $bpCount. | dos-reis | 1 | -38/+40 |
2012-05-30 | * boot/parser.boot: Remove references to $bpParentCount. | dos-reis | 1 | -14/+21 |
2012-05-30 | * boot/parser.boot: Remove references to $stack. | dos-reis | 1 | -63/+69 |
2012-05-30 | * boot/parser.boot: Add parser state argument to more functions. | dos-reis | 1 | -311/+359 |
2012-05-29 | * boot/parser.boot (%ParserState): New. | dos-reis | 1 | -512/+619 |
2012-05-24 | * boot/tokens.boot: "@" is now a new keyword. | dos-reis | 1 | -6/+10 |
2012-05-23 | * boot/tokens.boot (%Token): New datatype. | dos-reis | 1 | -34/+31 |
2012-05-22 | * boot/translator.boot (translateToplevel): Handle record structures. | dos-reis | 1 | -2/+33 |
2012-05-22 | * boot/ast.boot (needsPROG): Remove. | dos-reis | 1 | -359/+326 |
2012-05-20 | * boot/ast.boot (shoeCompTran): Simplify. | dos-reis | 1 | -43/+45 |
2012-05-20 | * boot/ast.boot (shoeCompTran1): Take variable sets by reference. | dos-reis | 1 | -23/+23 |
2012-01-12 | * boot/parser.boot (bpFunction): New. | dos-reis | 1 | -2/+6 |
2012-01-09 | * boot/parser.boot (bpRequire): New. Use it throughout this module. | dos-reis | 1 | -84/+74 |
2011-12-28 | * interp/vmlisp.lisp (SORTBY): Remove. | dos-reis | 1 | -0/+5 |
2011-12-10 | * boot/parser.boot (bpArgtypeList): Accept mapping types. | dos-reis | 1 | -1/+1 |
2011-10-21 | Workaround proclamation bug in GCL | dos-reis | 1 | -1/+21 |
2011-10-01 | * boot/parser.boot (bpImport): Accept long names for used namespaces. | dos-reis | 1 | -9/+13 |
2011-10-01 | * boot/utility.boot: Define BOOTTRAN namespace. | dos-reis | 1 | -3/+3 |
2011-09-30 | * boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms. | dos-reis | 1 | -682/+612 |
2011-08-05 | cleanup | dos-reis | 1 | -1/+1 |
2011-06-05 | * boot/ast.boot: Remove debugging statement. | dos-reis | 1 | -1/+1 |
2011-05-18 | * boot/translator.boot: Remove bindings of $GenVarCounter. | dos-reis | 1 | -2/+3 |
2011-05-16 | * boot/ast.boot (bfAtScope): New. | dos-reis | 1 | -3/+7 |
2011-05-16 | * boot/tokens.boot: "do" is now a keyword. | dos-reis | 1 | -1/+5 |
2011-05-15 | * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE | dos-reis | 1 | -5/+6 |
2011-05-14 | Remove recently introduced bpNamedScope | dos-reis | 1 | -10/+5 |
2011-05-14 | * boot/parser.boot (bpNamedScope): New. | dos-reis | 1 | -4/+9 |
2011-05-02 | * boot/ast.boot (idList?, charList?, stringLits?): New. | dos-reis | 1 | -8/+0 |
2011-05-02 | * boot/parser.boot (bpDefinition): Accept macro definition | dos-reis | 1 | -16/+21 |
2011-05-01 | * boot/tokens.boot: Don't rename append. | dos-reis | 1 | -9/+15 |
2011-04-25 | * boot/translator.boot (inAllContexts): New. | dos-reis | 1 | -8/+11 |
2011-04-24 | * boot/ast.boot (bfMakeCollectInsn): New. | dos-reis | 1 | -35/+31 |
2011-04-23 | * lisp/core.lisp.in: Export basic types and compiler data types. | dos-reis | 1 | -16/+9 |
2011-04-21 | * boot/tokens.boot: Don't rename nreverse. | dos-reis | 1 | -7/+7 |
2011-04-20 | more cleanup | dos-reis | 1 | -7/+8 |
2011-04-19 | * interp/newfort.boot: Likewise. | dos-reis | 1 | -3/+4 |
2011-04-19 | * boot/ast.boot (%Module): Now take three arguments. | dos-reis | 1 | -10/+17 |
2010-12-27 | * boot/initial-env.lisp (IDENTP): Remove. | dos-reis | 1 | -1/+1 |
2010-12-11 | * interp/i-syscmd.boot: Use try-finally expression instead of Lisp | dos-reis | 1 | -1/+3 |
2010-12-11 | * boot/tokens.boot: `finally' is now a keyword. | dos-reis | 1 | -3/+16 |
2010-12-11 | * boot/parser.boot (bpListAndRecover): Use Lisp-level CATCH. | dos-reis | 1 | -30/+57 |