aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap
AgeCommit message (Expand)AuthorFilesLines
2012-08-20 * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early.dos-reis1-50/+46
2012-08-19 * boot/ast.boot (genSBCLnativeTranslation): Do no prepend andos-reis1-3/+1
2012-08-18 * boot/translator.boot (shoeOutParse): Fix thinko.dos-reis1-3/+3
2012-06-10 * interp/preparse.lisp: Remove.dos-reis2-4/+8
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis2-4/+8
2012-06-03 * boot/parser.boot (bpSignatureTail): Split out of bpSignature.dos-reis3-111/+134
2012-06-01 * boot/translator.boot: Remove DEFUSE, $booDefined,dos-reis1-350/+0
2012-06-01 * boot/ast.boot (%LoadUnit): Add field for enclosing function.dos-reis3-54/+59
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for side conditions.dos-reis3-16/+21
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for let var and is vardos-reis1-24/+38
2012-05-31 * boot/ast.boot: Add a %LoadUnit parameter to most functions.dos-reis3-223/+278
2012-05-30 * boot/parser.boot: Replace references to $ttok.dos-reis2-45/+38
2012-05-30 * boot/parser.boot (%ParserState): Add field for current token.dos-reis3-114/+119
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis3-62/+81
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis2-41/+41
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis2-17/+23
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis2-68/+74
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis2-312/+360
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis4-522/+653
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis2-10/+20
2012-05-26 * boot/ast.boot (bfMDef): Simplify.dos-reis3-87/+26
2012-05-26 * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?dos-reis1-2/+3
2012-05-24 * boot/scanner.boot: Eliminate fluid variable $n.dos-reis1-157/+208
2012-05-24 * boot/scanner.boot (lexerLineLength): New.dos-reis1-65/+69
2012-05-24change lexer line accessor namedos-reis1-53/+55
2012-05-24 * boot/scanner.boot (%Lexer): New record structure.dos-reis1-154/+201
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis4-59/+71
2012-05-23 * boot/includer.boot (%SourceLine): New datatype.dos-reis3-19/+35
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis5-71/+62
2012-05-22 * interp/lexing.boot (%Token): Now an actual type defined as ados-reis1-28/+31
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis4-57/+257
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis8-4817/+4694
2012-05-20 * boot/utility.boot (strinSuffix?): New.dos-reis2-4/+28
2012-05-20 * boot/ast.boot (shoeCompTran): Simplify.dos-reis4-158/+263
2012-05-20 * boot/ast.boot (shoeCompTran1): Take variable sets by reference.dos-reis4-116/+133
2012-05-19 * boot/tokens.boot: symbolBinding is now builtin.dos-reis2-53/+52
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis1-6/+7
2012-04-29 * boot/ast.boot (bfNumber?): Rename from bfSmintable. Check fordos-reis1-4/+5
2012-01-12 * boot/parser.boot (bpFunction): New.dos-reis3-12/+37
2012-01-09 * boot/parser.boot (bpRequire): New. Use it throughout this module.dos-reis1-84/+74
2012-01-08 * boot/ast.boot (bfEnum): New.dos-reis2-16/+28
2011-12-28 * interp/vmlisp.lisp (SORTBY): Remove.dos-reis3-41/+78
2011-12-28 * boot/tokens.boot: Remove redundant renaming of REM.dos-reis1-23/+24
2011-12-28 * boot/tokens.boot: Do not rewrite drop and take.dos-reis2-20/+56
2011-12-10 * boot/parser.boot (bpArgtypeList): Accept mapping types.dos-reis4-19/+99
2011-11-29 * boot/tokens.boot (absKind, absParms, absBody): New selectors.dos-reis2-6/+7
2011-10-30 * interp/sys-macros.lisp (MKPF1): Tidy.dos-reis3-41/+50
2011-10-29 * interp/lisplib.boot (makePredicateBitVector): Take a DB argument.dos-reis1-1/+1
2011-10-22 * boot/tokens.boot: Add new selectors: mapOperation, mapSignature,dos-reis1-5/+7
2011-10-21 Workaround proclamation bug in GCLdos-reis3-10/+26