aboutsummaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)AuthorFilesLines
2012-08-19 * boot/ast.boot (genSBCLnativeTranslation): Do no prepend andos-reis2-6/+2
2012-08-18 * boot/translator.boot (shoeOutParse): Fix thinko.dos-reis2-5/+5
2012-06-10 * interp/preparse.lisp: Remove.dos-reis3-5/+12
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis4-14/+26
2012-06-03 * boot/parser.boot (bpSignatureTail): Split out of bpSignature.dos-reis6-148/+161
2012-06-01 * boot/translator.boot: Remove DEFUSE, $booDefined,dos-reis2-501/+0
2012-06-01 * boot/ast.boot (%LoadUnit): Add field for enclosing function.dos-reis6-68/+76
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for side conditions.dos-reis6-28/+35
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for let var and is vardos-reis2-44/+66
2012-05-31 * boot/ast.boot: Add a %LoadUnit parameter to most functions.dos-reis6-423/+490
2012-05-30misc cleanupdos-reis3-10/+10
2012-05-30 * boot/parser.boot: Replace references to $ttok.dos-reis4-70/+63
2012-05-30 * boot/parser.boot (%ParserState): Add field for current token.dos-reis6-198/+215
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis6-127/+150
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis4-70/+72
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis4-27/+32
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis4-100/+105
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis4-645/+693
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis6-1081/+1256
2012-05-28 * interp/lexing.boot: Use makeToken directly.dos-reis3-6/+17
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis4-15/+31
2012-05-26 * boot/ast.boot (bfMDef): Simplify.dos-reis4-94/+29
2012-05-26 * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?dos-reis3-5/+9
2012-05-24 * boot/scanner.boot: Eliminate fluid variable $n.dos-reis2-262/+365
2012-05-24 * boot/scanner.boot (lexerLineLength): New.dos-reis2-92/+97
2012-05-24change lexer line accessor namedos-reis2-105/+107
2012-05-24 * boot/scanner.boot (%Lexer): New record structure.dos-reis2-278/+337
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis8-68/+90
2012-05-23 * boot/includer.boot (%SourceLine): New datatype.dos-reis6-35/+60
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis11-136/+125
2012-05-22 * interp/lexing.boot (%Token): Now an actual type defined as ados-reis2-29/+35
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis8-60/+322
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis9-4830/+4713
2012-05-20 * boot/utility.boot (strinSuffix?): New.dos-reis4-8/+41
2012-05-20 * boot/ast.boot (shoeCompTran): Simplify.dos-reis5-172/+293
2012-05-20 * boot/ast.boot (shoeCompTran1): Take variable sets by reference.dos-reis5-146/+165
2012-05-19 * boot/tokens.boot: symbolBinding is now builtin.dos-reis5-73/+66
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis2-9/+10
2012-04-29 * boot/ast.boot (bfNumber?): Rename from bfSmintable. Check fordos-reis2-11/+12
2012-01-12 * boot/parser.boot (bpFunction): New.dos-reis6-14/+45
2012-01-12 * boot/tokens.boot (keywordId): New.dos-reis2-3/+8
2012-01-09 * boot/parser.boot (bpRequire): New. Use it throughout this module.dos-reis2-155/+150
2012-01-08 * boot/ast.boot (bfEnum): New.dos-reis4-17/+34
2011-12-28 * interp/vmlisp.lisp (SORTBY): Remove.dos-reis6-42/+99
2011-12-28 * boot/tokens.boot: Remove redundant renaming of REM.dos-reis3-42/+44
2011-12-28 * boot/tokens.boot: Do not rewrite drop and take.dos-reis4-24/+75
2011-12-10 * boot/parser.boot (bpArgtypeList): Accept mapping types.dos-reis8-29/+134
2011-11-29 * boot/tokens.boot (absKind, absParms, absBody): New selectors.dos-reis3-6/+10
2011-10-30 * interp/sys-macros.lisp (MKPF1): Tidy.dos-reis5-41/+54
2011-10-29 * interp/lisplib.boot (makePredicateBitVector): Take a DB argument.dos-reis3-3/+7